Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc_isa.c105 bus_space_handle_t ioh1; in atkbdc_isa_probe() local
160 ioh1 = rman_get_bushandle(port1); in atkbdc_isa_probe()
163 if ((bus_space_read_1(tag, ioh1, 0) & 0x2) == 0) in atkbdc_isa_probe()
H A Datkbdcreg.h200 bus_space_handle_t ioh1; member
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; in atkbdc_setup()