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

  /src/sys/arch/alpha/jensenio/
pckbc_jensenio.c 92 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jensenio_attach
110 1, 0, &ioh_d) != 0 ||
117 t->t_ioh_d = ioh_d;
  /src/sys/arch/sgimips/hpc/
pckbc_hpc.c 89 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_hpc_attach
107 haa->ha_devoff + KBDATAP, 1, &ioh_d) ||
114 t->t_ioh_d = ioh_d;
  /src/sys/arch/alpha/sableio/
pckbc_sableio.c 92 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_sableio_attach
111 1, 0, &ioh_d) != 0 ||
118 t->t_ioh_d = ioh_d;
  /src/sys/arch/arc/jazz/
pckbc_jazzio.c 71 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jazzio_match
81 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d))
84 bus_space_unmap(iot, ioh_d, 1);
90 t.t_ioh_d = ioh_d;
107 bus_space_unmap(iot, ioh_d, 1);
122 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jazzio_attach
138 ioh_d = t->t_ioh_d;
143 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d) ||
150 t->t_ioh_d = ioh_d;
  /src/sys/arch/evbppc/walnut/dev/
pckbc_pbus.c 95 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_pbus_attach
113 if (bus_space_map(iot, addr + KEY_MOUSE_DATA, 1, 0, &ioh_d) ||
119 t->t_ioh_d = ioh_d;
  /src/sys/dev/isa/
pckbc_isa.c 70 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_isa_match
98 if (bus_space_map(iot, IO_KBD + KBDATAP, 1, 0, &ioh_d))
101 bus_space_unmap(iot, ioh_d, 1);
107 t.t_ioh_d = ioh_d;
130 bus_space_unmap(iot, ioh_d, 1);
154 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_isa_attach
184 ioh_d = t->t_ioh_d;
189 if (bus_space_map(iot, IO_KBD + KBDATAP, 1, 0, &ioh_d) ||
195 t->t_ioh_d = ioh_d;
  /src/sys/arch/i386/pnpbios/
pckbc_pnpbios.c 110 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_pnpbios_attach
143 ioh_d = t->t_ioh_d;
149 &iot, &ioh_d) ||
158 t->t_ioh_d = ioh_d;
  /src/sys/dev/ofisa/
pckbc_ofisa.c 95 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_ofisa_attach
117 ioh_d = t->t_ioh_d;
124 || bus_space_map(iot, regs[0].addr, regs[0].len, 0, &ioh_d)
130 t->t_ioh_d = ioh_d;
  /src/sys/dev/acpi/
pckbc_acpi.c 123 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_acpi_attach
178 ioh_d = t->t_ioh_d;
184 io0->ar_length, 0, &ioh_d) ||
195 t->t_ioh_d = ioh_d;
  /src/sys/arch/sparc/dev/
pckbc_js.c 184 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_js_attach_common
186 if (bus_space_map(iot, ioaddr + KBDATAP, 1, 0, &ioh_d) != 0) {
192 bus_space_unmap(iot, ioh_d, 1);
199 t->t_ioh_d = ioh_d;
  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 144 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_ebus_attach
146 if (bus_space_map(iot, ioaddr + KBDATAP, 1, 0, &ioh_d) != 0) {
152 bus_space_unmap(iot, ioh_d, 1);
159 t->t_ioh_d = ioh_d;
  /src/sys/dev/ic/
pckbc.c 202 bus_space_handle_t ioh_d = t->t_ioh_d; local in function:pckbc_put8042cmd
209 bus_space_write_1(iot, ioh_d, 0, t->t_cmdbyte);
218 bus_space_handle_t ioh_d = t->t_ioh_d; local in function:pckbc_send_devcmd
227 bus_space_write_1(iot, ioh_d, 0, val);
279 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_attach
285 ioh_d = t->t_ioh_d;
345 bus_space_write_1(iot, ioh_d, 0, 0x5a); /* a random value */
358 bus_space_write_1(iot, ioh_d, 0, 0x5a);
615 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_cnattach
621 if (bus_space_map(iot, addr + KBDATAP, 1, 0, &ioh_d))
    [all...]

Completed in 60 milliseconds