Lines Matching defs:atppc
362 atppc_detect_chipset(struct atppc_softc *atppc) in atppc_detect_chipset()
378 atppc_detect_generic(struct atppc_softc *atppc) in atppc_detect_generic()
459 atppc_detect_fifo(struct atppc_softc *atppc) in atppc_detect_fifo()
612 struct atppc_softc *atppc = device_private(dev); in atppcintr() local
739 struct atppc_softc *atppc = device_private(dev); in atppc_check_epp_timeout() local
763 struct atppc_softc *atppc = device_private(dev); in atppc_reset_epp_timeout() local
782 struct atppc_softc *atppc = device_private(dev); in atppc_read() local
843 struct atppc_softc * const atppc = device_private(dev); in atppc_write() local
911 struct atppc_softc *atppc = device_private(dev); in atppc_setmode() local
1042 struct atppc_softc *atppc = device_private(dev); in atppc_getmode() local
1089 struct atppc_softc *atppc = device_private(dev); in atppc_ecp_sync() local
1130 struct atppc_softc *atppc = device_private(dev); in atppc_exec_microseq() local
1145 #define r_reg(register,atppc) bus_space_read_1((atppc)->sc_iot, \ in atppc_exec_microseq() argument
1147 #define w_reg(register, atppc, byte) bus_space_write_1((atppc)->sc_iot, \ in atppc_exec_microseq() argument
1377 struct atppc_softc *atppc = device_private(dev); in atppc_io() local
1466 struct atppc_softc *atppc = device_private(dev); in atppc_read_ivar() local
1501 struct atppc_softc *atppc = device_private(dev); in atppc_write_ivar() local
1545 struct atppc_softc *atppc = device_private(dev); in atppc_add_handler() local
1569 struct atppc_softc *atppc = device_private(dev); in atppc_remove_handler() local
1612 atppc_nibble_read(struct atppc_softc *atppc) in atppc_nibble_read()
1681 atppc_byte_read(struct atppc_softc * const atppc) in atppc_byte_read()
1757 atppc_epp_read(struct atppc_softc * atppc) in atppc_epp_read()
1791 atppc_ecp_read(struct atppc_softc *atppc) in atppc_ecp_read()
1882 atppc_ecp_read_dma(struct atppc_softc *atppc, unsigned int *length, in atppc_ecp_read_dma()
1918 atppc_ecp_read_pio(struct atppc_softc *atppc, unsigned int *length, in atppc_ecp_read_pio()
1932 atppc_ecp_read_error(struct atppc_softc *atppc) in atppc_ecp_read_error()
1958 atppc_std_write(struct atppc_softc * const atppc) in atppc_std_write()
2017 atppc_epp_write(struct atppc_softc *atppc) in atppc_epp_write()
2052 atppc_fifo_write(struct atppc_softc * const atppc) in atppc_fifo_write()
2090 atppc_fifo_write_dma(struct atppc_softc * const atppc, unsigned char ecr, in atppc_fifo_write_dma()
2175 atppc_fifo_write_pio(struct atppc_softc * const atppc, unsigned char ecr, in atppc_fifo_write_pio()
2267 atppc_fifo_write_error(struct atppc_softc * const atppc, in atppc_fifo_write_error()
2323 atppc_poll_str(const struct atppc_softc * const atppc, const u_int8_t status, in atppc_poll_str()
2348 atppc_wait_interrupt(struct atppc_softc * const atppc, kcondvar_t *cv, in atppc_wait_interrupt()