Searched refs:ioh1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/atkbdc/
H A Datkbdc_isa.c105 bus_space_handle_t ioh1; local
160 ioh1 = rman_get_bushandle(port1);
163 if ((bus_space_read_1(tag, ioh1, 0) & 0x2) == 0)
H A Datkbdcreg.h200 bus_space_handle_t ioh1; member in struct:atkbdc_softc
H A Datkbdc.c74 #define read_status(k) (bus_space_read_1((k)->iot, (k)->ioh1, 0))
78 (bus_space_write_1((k)->iot, (k)->ioh1, 0, (d)))
287 sc->ioh1 = h1;

Completed in 116 milliseconds