Searched refs:ioh1 (Results 1 – 3 of 3) sorted by relevance
133 bus_space_handle_t ioh1; in atkbdc_probe() local185 ioh1 = rman_get_bushandle(port1); in atkbdc_probe()187 if ((bus_space_read_1(tag, ioh1, 0) & 0x2) == 0) in atkbdc_probe()
232 bus_space_handle_t ioh1; member
74 #define read_status(k) (bus_space_read_1((k)->iot, (k)->ioh1, 0))76 #define write_command(k, d) (bus_space_write_1((k)->iot, (k)->ioh1, 0, (d)))303 sc->ioh1 = h1; in atkbdc_setup()