HomeSort by: relevance | last modified time | path
    Searched refs:t_iot (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/sgimips/mace/
macekbc.c 74 bus_space_tag_t t_iot; member in struct:macekbc_internal
129 t->t_iot = maa->maa_st;
132 if (bus_space_subregion(t->t_iot, maa->maa_sh, maa->maa_offset,
138 if (bus_space_subregion(t->t_iot, maa->maa_sh, maa->maa_offset + 32,
184 iot = t->t_iot;
210 iot = t->t_iot;
235 iot = t->t_iot;
268 iot = t->t_iot;
287 iot = t->t_iot;
305 iot = t->t_iot;
    [all...]
  /src/sys/arch/arm/iomd/
iomdkbc.c 73 bus_space_tag_t t_iot; member in struct:iomdkbc_internal
139 t->t_iot = ka->ka_iot;
158 t->t_iot = pa->pa_iot;
176 bus_space_tag_t iot = t->t_iot;
195 bus_space_tag_t iot = t->t_iot;
227 bus_space_tag_t iot = t->t_iot;
257 bus_space_tag_t iot = t->t_iot;
282 t->t_iot = iot;
  /src/sys/dev/ic/
pckbc.c 147 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0);
149 c = bus_space_read_1(t->t_iot, t->t_ioh_d, 0);
182 bus_space_tag_t iot = t->t_iot;
201 bus_space_tag_t iot = t->t_iot;
217 bus_space_tag_t iot = t->t_iot;
235 bus_space_is_equal(pckbc_consdata.t_iot, iot) &&
284 iot = t->t_iot;
450 if (!pckbc_send_cmd(t->t_iot, t->t_ioh_c,
501 stat = bus_space_read_1(t->t_iot, t->t_ioh_c, 0);
514 (void) bus_space_read_1(t->t_iot, t->t_ioh_d, 0)
    [all...]
pckbcvar.h 57 bus_space_tag_t t_iot; member in struct:pckbc_internal
  /src/sys/arch/arc/jazz/
pckbc_jazzio.c 89 t.t_iot = iot;
149 t->t_iot = iot;
  /src/sys/arch/alpha/jensenio/
pckbc_jensenio.c 116 t->t_iot = ja->ja_iot;
  /src/sys/arch/evbppc/explora/dev/
pckbc_elb.c 94 t->t_iot = eaa->elb_bt;
  /src/sys/arch/evbppc/walnut/dev/
pckbc_pbus.c 118 t->t_iot = iot;
  /src/sys/arch/sgimips/hpc/
pckbc_hpc.c 113 t->t_iot = hpc_memt;
  /src/sys/arch/sparc/dev/
pckbc_js.c 198 t->t_iot = iot;
262 res = bus_intr_establish(sc->id->t_iot, jsc->jsc_intr,
  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 158 t->t_iot = iot;
232 res = bus_intr_establish(sc->id->t_iot, psc->psc_intr[slot],
  /src/sys/dev/isa/
pckbc_isa.c 106 t.t_iot = iot;
194 t->t_iot = iot;
  /src/sys/arch/alpha/sableio/
pckbc_sableio.c 117 t->t_iot = sa->sa_iot;
  /src/sys/arch/i386/pnpbios/
pckbc_pnpbios.c 157 t->t_iot = iot;
  /src/sys/dev/ofisa/
pckbc_ofisa.c 129 t->t_iot = iot;
  /src/sys/dev/acpi/
pckbc_acpi.c 194 t->t_iot = aa->aa_iot;
  /src/sys/dev/pckbport/
pckbport.c 373 while (bus_space_read_1(t->t_iot, t->t_ioh_c, 0) & KBS_DIB) {
375 (void) bus_space_read_1(t->t_iot, t->t_ioh_d, 0);

Completed in 247 milliseconds