Home
last modified time | relevance | path

Searched refs:command_byte (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/adb/
H A Dadb_bus.c258 u_char command_byte = 0; in adb_send_packet() local
265 command_byte |= dinfo->address << 4; in adb_send_packet()
266 command_byte |= command << 2; in adb_send_packet()
267 command_byte |= reg; in adb_send_packet()
269 ADB_HB_SEND_RAW_PACKET(sc->parent, command_byte, len, data, 1); in adb_send_packet()
319 u_char command_byte = 0; in adb_send_raw_packet_sync() local
326 command_byte |= to << 4; in adb_send_raw_packet_sync()
327 command_byte |= command << 2; in adb_send_raw_packet_sync()
328 command_byte |= reg; in adb_send_raw_packet_sync()
335 sc->sync_packet = command_byte; in adb_send_raw_packet_sync()
[all …]
H A Dadb_hb_if.m42 u_char command_byte;
/freebsd-13.1/sys/dev/atkbdc/
H A Datkbdc.c244 sc->command_byte = -1; in atkbdc_setup()
1128 if (p->command_byte != -1) in get_controller_command_byte()
1129 return p->command_byte; in get_controller_command_byte()
1133 p->command_byte = read_controller_data(p); in get_controller_command_byte()
1134 return p->command_byte; in get_controller_command_byte()
1143 command = (p->command_byte & ~mask) | (command & mask); in set_controller_command_byte()
1152 p->command_byte = command; in set_controller_command_byte()
H A Dpsm.c1376 int command_byte; local
1437 command_byte);
1438 if (command_byte == -1) {
2224 int command_byte; local
2284 err = doopen(sc, command_byte);
2295 int command_byte; local
2305 if (command_byte == -1) {
2625 int command_byte; local
2791 unblock_mouse_data(sc, command_byte);
2830 unblock_mouse_data(sc, command_byte);
[all …]
H A Datkbdcreg.h203 int command_byte; /* current command byte value */ member
/freebsd-13.1/sys/powerpc/powermac/
H A Dcuda.c75 static u_int cuda_adb_send(device_t dev, u_char command_byte, int len,
712 cuda_adb_send(device_t dev, u_char command_byte, int len, u_char *data, in cuda_adb_send() argument
721 packet[1] = command_byte; in cuda_adb_send()
H A Dpmu.c96 static u_int pmu_adb_send(device_t dev, u_char command_byte, int len,
763 pmu_adb_send(device_t dev, u_char command_byte, int len, u_char *data, in pmu_adb_send() argument
772 packet[0] = command_byte; in pmu_adb_send()