Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/mace/
H A Dmacekbc.c75 bus_space_handle_t t_ioh[PCKBPORT_NSLOTS]; member
133 0, &t->t_ioh[PCKBPORT_KBD_SLOT]) != 0) { in macekbc_attach()
139 0, &t->t_ioh[PCKBPORT_AUX_SLOT]) != 0) { in macekbc_attach()
191 ioh = t->t_ioh[slot]; in macekbc_intr()
211 ioh = t->t_ioh[slot]; in macekbc_reset()
236 ioh = t->t_ioh[slot]; in macekbc_wait()
269 ioh = t->t_ioh[slot]; in macekbc_send_devcmd()
288 ioh = t->t_ioh[slot]; in macekbc_poll_data1()
306 ioh = t->t_ioh[slot]; in macekbc_slot_enable()
338 ioh = t->t_ioh[slot]; in macekbc_set_poll()
/netbsd-src/sys/arch/arm/iomd/
H A Diomdkbc.c74 bus_space_handle_t t_ioh[PCKBPORT_NSLOTS]; member
140 t->t_ioh[PCKBPORT_KBD_SLOT] = ka->ka_ioh; in iomdkbc_attach()
159 t->t_ioh[PCKBPORT_AUX_SLOT] = pa->pa_ioh; in iomdkbc_attach()
177 bus_space_handle_t ioh = t->t_ioh[slot]; in iomdkbc_send_devcmd()
196 bus_space_handle_t ioh = t->t_ioh[slot]; in iomdkbc_poll_data1()
228 bus_space_handle_t ioh = t->t_ioh[slot]; in iomdkbc_slot_enable()
265 ioh = t->t_ioh[i]; in iomdkbc_intr()
283 bus_space_map(iot, addr, 2, 0, &t->t_ioh[slot]); in iomdkbc_cnattach()