/src/sys/arch/alpha/jensenio/ |
pckbc_jensenio.c | 92 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jensenio_attach 112 1, 0, &ioh_c) != 0) 118 t->t_ioh_c = ioh_c;
|
/src/sys/arch/sgimips/hpc/ |
pckbc_hpc.c | 89 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_hpc_attach 109 haa->ha_devoff + KBCMDP, 1, &ioh_c)) 115 t->t_ioh_c = ioh_c;
|
/src/sys/arch/alpha/sableio/ |
pckbc_sableio.c | 92 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_sableio_attach 113 1, 0, &ioh_c) != 0) 119 t->t_ioh_c = ioh_c;
|
/src/sys/arch/arc/jazz/ |
pckbc_jazzio.c | 71 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jazzio_match 83 if (bus_space_map(iot, PICA_KBCMDP, 1, 0, &ioh_c)) { 91 t.t_ioh_c = ioh_c; 97 if (pckbc_send_cmd(iot, ioh_c, KBC_SELFTEST) == 0) { 108 bus_space_unmap(iot, ioh_c, 1); 122 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_jazzio_attach 139 ioh_c = t->t_ioh_c; 144 bus_space_map(iot, PICA_KBCMDP, 1, 0, &ioh_c)) 151 t->t_ioh_c = ioh_c;
|
/src/sys/arch/evbppc/walnut/dev/ |
pckbc_pbus.c | 95 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_pbus_attach 114 bus_space_map(iot, addr + KEY_MOUSE_CMD, 1, 0, &ioh_c)) 120 t->t_ioh_c = ioh_c;
|
/src/sys/dev/isa/ |
pckbc_isa.c | 70 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_isa_match 100 if (bus_space_map(iot, IO_KBD + KBCMDP, 1, 0, &ioh_c)) { 108 t.t_ioh_c = ioh_c; 114 if (pckbc_send_cmd(iot, ioh_c, KBC_SELFTEST) == 0) { 131 bus_space_unmap(iot, ioh_c, 1); 154 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_isa_attach 185 ioh_c = t->t_ioh_c; 190 bus_space_map(iot, IO_KBD + KBCMDP, 1, 0, &ioh_c)) 196 t->t_ioh_c = ioh_c;
|
/src/sys/arch/i386/pnpbios/ |
pckbc_pnpbios.c | 110 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_pnpbios_attach 144 ioh_c = t->t_ioh_c; 151 &iot, &ioh_c)) 159 t->t_ioh_c = ioh_c;
|
/src/sys/dev/ofisa/ |
pckbc_ofisa.c | 95 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_ofisa_attach 118 ioh_c = t->t_ioh_c; 125 || bus_space_map(iot, regs[1].addr, regs[1].len, 0, &ioh_c)) 131 t->t_ioh_c = ioh_c;
|
/src/sys/dev/acpi/ |
pckbc_acpi.c | 123 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_acpi_attach 179 ioh_c = t->t_ioh_c; 186 io1->ar_length, 0, &ioh_c)) { 196 t->t_ioh_c = ioh_c;
|
/src/sys/arch/sparc/dev/ |
pckbc_js.c | 184 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_js_attach_common 191 if (bus_space_map(iot, ioaddr + KBCMDP, 1, 0, &ioh_c) != 0) { 200 t->t_ioh_c = ioh_c; 207 if (pckbc_send_cmd(iot, ioh_c, KBC_SELFTEST) == 0)
|
/src/sys/arch/sparc64/dev/ |
pckbc_ebus.c | 144 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_ebus_attach 151 if (bus_space_map(iot, ioaddr + KBCMDP, 1, 0, &ioh_c) != 0) { 160 t->t_ioh_c = ioh_c; 167 if (pckbc_send_cmd(iot, ioh_c, KBC_SELFTEST) == 0)
|
/src/sys/dev/ic/ |
pckbc.c | 100 pckbc_wait_output(bus_space_tag_t iot, bus_space_handle_t ioh_c) 105 if (!(bus_space_read_1(iot, ioh_c, 0) & KBS_IBF)) { 113 pckbc_send_cmd(bus_space_tag_t iot, bus_space_handle_t ioh_c, u_char val) 115 if (!pckbc_wait_output(iot, ioh_c)) 117 bus_space_write_1(iot, ioh_c, 0, val); 183 bus_space_handle_t ioh_c = t->t_ioh_c; local in function:pckbc_get8042cmd 186 if (!pckbc_send_cmd(iot, ioh_c, K_RDCMDBYTE)) 203 bus_space_handle_t ioh_c = t->t_ioh_c; local in function:pckbc_put8042cmd 205 if (!pckbc_send_cmd(iot, ioh_c, K_LDCMDBYTE)) 207 if (!pckbc_wait_output(iot, ioh_c)) 219 bus_space_handle_t ioh_c = t->t_ioh_c; local in function:pckbc_send_devcmd 279 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_attach 615 bus_space_handle_t ioh_d, ioh_c; local in function:pckbc_cnattach [all...] |