Home
last modified time | relevance | path

Searched refs:ioh0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c73 #define read_data(k) (bus_space_read_1((k)->iot, (k)->ioh0, 0))
76 (bus_space_write_1((k)->iot, (k)->ioh0, 0, (d)))
271 if (sc->ioh0 == 0) { /* XXX */ in atkbdc_setup()
286 sc->ioh0 = h0; in atkbdc_setup()
328 || (atkbdc_softc[unit]->ioh0 != 0)) /* XXX */ in atkbdc_open()
H A Datkbdcreg.h199 bus_space_handle_t ioh0; member