Searched refs:t_ioh_c (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dpckbcvar.h50 bus_space_handle_t t_ioh_d, t_ioh_c; /* data port, cmd port */ member in struct:pckbc_internal
H A Dpckbc.c184 bus_space_handle_t ioh_c = t->t_ioh_c;
205 bus_space_handle_t ioh_c = t->t_ioh_c;
220 bus_space_handle_t ioh_c = t->t_ioh_c;
310 ioh_c = t->t_ioh_c;
491 (void) pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c,
502 c = pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c,
564 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c,
610 bus_space_handle_t ioh_c = t->t_ioh_c;
755 while (bus_space_read_1(t->t_iot, t->t_ioh_c, 0) & KBS_DIB) {
787 bus_space_handle_t ioh_d = t->t_ioh_d, ioh_c = t->t_ioh_c;
[all...]
/openbsd-current/sys/arch/sparc64/dev/
H A Dpckbc_ebus.c158 sc->sc_ioh_c = t->t_ioh_c;
195 t->t_ioh_c = sc->sc_ioh_c;
/openbsd-current/sys/dev/isa/
H A Dpckbc_isa.c163 t->t_ioh_c = ioh_c;
/openbsd-current/sys/arch/hppa/gsc/
H A Dgsckbc.c397 t->t_ioh_d = t->t_ioh_c = ioh;

Completed in 88 milliseconds