Searched refs:t_iot (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | pckbc.c | 182 bus_space_tag_t iot = t->t_iot; in pckbc_get8042cmd() 203 bus_space_tag_t iot = t->t_iot; in pckbc_put8042cmd() 218 bus_space_tag_t iot = t->t_iot; in pckbc_send_devcmd() 236 pckbc_consdata.t_iot == iot && in pckbc_is_console() 308 iot = t->t_iot; in pckbc_attach() 491 (void) pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c, in pckbc_flush() 502 c = pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c, in pckbc_poll_data() 564 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c, in pckbc_slot_enable() 608 bus_space_tag_t iot = t->t_iot; in pckbc_poll_cmd1() 755 while (bus_space_read_1(t->t_iot, t->t_ioh_c, 0) & KBS_DIB) { in pckbc_cleanup() [all …]
|
| D | pckbcvar.h | 49 bus_space_tag_t t_iot; member
|
| /openbsd/src/sys/arch/hppa/gsc/ |
| D | gsckbc.c | 395 t->t_iot = iot; in gsckbc_attach() 484 return pckbc_send_cmd(t->t_iot, t->t_ioh_d, val); 561 pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_d, slot, 0); 573 c = pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_d, slot, 0); 638 bus_space_tag_t iot = t->t_iot; 778 while (bus_space_read_1(t->t_iot, t->t_ioh_d, KBSTATP) & KBS_DIB) { 780 (void) bus_space_read_1(t->t_iot, t->t_ioh_d, KBDATAP); 988 while (bus_space_read_1(t->t_iot, t->t_ioh_d, KBSTATP) & KBS_DIB) { in gsckbcintr() 1000 (void) bus_space_read_1(t->t_iot, t->t_ioh_d, KBDATAP); in gsckbcintr() 1008 data = bus_space_read_1(t->t_iot, t->t_ioh_d, KBDATAP); in gsckbcintr()
|
| /openbsd/src/sys/dev/isa/ |
| D | pckbc_isa.c | 161 t->t_iot = iot; in pckbc_isa_attach()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | pckbc_ebus.c | 194 t->t_iot = sc->sc_iot; in pckbc_ebus_attach()
|