Lines Matching refs:t_ioh_c
147 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0); in pckbc_poll_data1()
183 bus_space_handle_t ioh_c = t->t_ioh_c; in pckbc_get8042cmd()
203 bus_space_handle_t ioh_c = t->t_ioh_c; in pckbc_put8042cmd()
219 bus_space_handle_t ioh_c = t->t_ioh_c; in pckbc_send_devcmd()
286 ioh_c = t->t_ioh_c; in pckbc_attach()
450 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c, in pckbc_slot_enable()
501 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0); in pckbcintr_hard()
588 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0); in pckbcintr()
631 pckbc_consdata.t_ioh_c = ioh_c; in pckbc_cnattach()
671 bus_space_unmap(iot, pckbc_consdata.t_ioh_c, 1); in pckbc_cnattach()
689 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c, KBC_SELFTEST)) in pckbc_resume()