HomeSort by: relevance | last modified time | path
    Searched defs:t_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/iomd/
iomdkbc.c 74 bus_space_handle_t t_ioh[PCKBPORT_NSLOTS]; member in struct:iomdkbc_internal
140 t->t_ioh[PCKBPORT_KBD_SLOT] = ka->ka_ioh;
159 t->t_ioh[PCKBPORT_AUX_SLOT] = pa->pa_ioh;
177 bus_space_handle_t ioh = t->t_ioh[slot];
196 bus_space_handle_t ioh = t->t_ioh[slot];
228 bus_space_handle_t ioh = t->t_ioh[slot];
265 ioh = t->t_ioh[i];
283 bus_space_map(iot, addr, 2, 0, &t->t_ioh[slot]);
  /src/sys/arch/sgimips/mace/
macekbc.c 75 bus_space_handle_t t_ioh[PCKBPORT_NSLOTS]; member in struct:macekbc_internal
133 0, &t->t_ioh[PCKBPORT_KBD_SLOT]) != 0) {
139 0, &t->t_ioh[PCKBPORT_AUX_SLOT]) != 0) {
191 ioh = t->t_ioh[slot];
211 ioh = t->t_ioh[slot];
236 ioh = t->t_ioh[slot];
269 ioh = t->t_ioh[slot];
288 ioh = t->t_ioh[slot];
306 ioh = t->t_ioh[slot];
338 ioh = t->t_ioh[slot]
    [all...]

Completed in 137 milliseconds