Searched refs:t_ioh_c (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | pckbc.c | 185 bus_space_handle_t ioh_c = t->t_ioh_c; 207 bus_space_handle_t ioh_c = t->t_ioh_c; 225 bus_space_handle_t ioh_c = t->t_ioh_c; 301 ioh_c = t->t_ioh_c; 422 (void) pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c, 435 c = pckbc_poll_data1(t->t_iot, t->t_ioh_d, t->t_ioh_c, 506 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c, 550 bus_space_handle_t ioh_c = t->t_ioh_c; 692 while (bus_space_read_1(t->t_iot, t->t_ioh_c, 0) & KBS_DIB) { 903 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0); [all …]
|
| D | pckbcvar.h | 50 bus_space_handle_t t_ioh_d, t_ioh_c; /* data port, cmd port */ member
|
| /mirbsd/src/sys/dev/isa/ |
| D | pckbc_isa.c | 143 ioh_c = t->t_ioh_c; 155 t->t_ioh_c = ioh_c;
|