Searched defs:atppc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | atppc.c | 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 [all …]
|
H A D | atppcreg.h | 134 #define atppc_r_dtr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ argument 136 #define atppc_r_str(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ argument 138 #define atppc_r_ctr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ argument 140 #define atppc_r_eppA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\ argument 142 #define atppc_r_eppD(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\ argument 144 #define atppc_r_eppD_multi(atppc, buf, count) bus_space_read_multi_1( \ argument 146 #define atppc_r_cnfgA(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\ argument 148 #define atppc_r_cnfgB(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh,\ argument 150 #define atppc_r_ecr(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ argument 152 #define atppc_r_fifo(atppc) bus_space_read_1((atppc)->sc_iot, (atppc)->sc_ioh, \ argument [all …]
|