Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/adb/
H A Dadb_bus.c259 u_char command_byte = 0; in adb_send_packet() local
266 command_byte |= dinfo->address << 4; in adb_send_packet()
267 command_byte |= command << 2; in adb_send_packet()
268 command_byte |= reg; in adb_send_packet()
270 ADB_HB_SEND_RAW_PACKET(sc->parent, command_byte, len, data, 1); in adb_send_packet()
320 u_char command_byte = 0; in adb_send_raw_packet_sync() local
327 command_byte |= to << 4; in adb_send_raw_packet_sync()
328 command_byte |= command << 2; in adb_send_raw_packet_sync()
329 command_byte |= reg; in adb_send_raw_packet_sync()
336 sc->sync_packet = command_byte; in adb_send_raw_packet_sync()
[all …]
H A Dadb_hb_if.m42 u_char command_byte;
/freebsd-12.1/sys/dev/atkbdc/
H A Datkbdc.c294 sc->command_byte = -1; in atkbdc_setup()
1178 if (kbdcp(p)->command_byte != -1) in get_controller_command_byte()
1179 return kbdcp(p)->command_byte; in get_controller_command_byte()
1183 kbdcp(p)->command_byte = read_controller_data(p); in get_controller_command_byte()
1184 return kbdcp(p)->command_byte; in get_controller_command_byte()
1193 command = (kbdcp(p)->command_byte & ~mask) | (command & mask); in set_controller_command_byte()
1202 kbdcp(p)->command_byte = command; in set_controller_command_byte()
H A Dpsm.c1371 int command_byte; local
1430 command_byte);
1431 if (command_byte == -1) {
2209 int command_byte; local
2269 err = doopen(sc, command_byte);
2280 int command_byte; local
2290 if (command_byte == -1) {
2610 int command_byte; local
2777 unblock_mouse_data(sc, command_byte);
2816 unblock_mouse_data(sc, command_byte);
[all …]
H A Datkbdcreg.h203 int command_byte; /* current command byte value */ member
/freebsd-12.1/sys/powerpc/powermac/
H A Dcuda.c72 static u_int cuda_adb_send(device_t dev, u_char command_byte, int len,
709 cuda_adb_send(device_t dev, u_char command_byte, int len, u_char *data, in cuda_adb_send() argument
718 packet[1] = command_byte; in cuda_adb_send()
H A Dpmu.c93 static u_int pmu_adb_send(device_t dev, u_char command_byte, int len,
752 pmu_adb_send(device_t dev, u_char command_byte, int len, u_char *data, in pmu_adb_send() argument
761 packet[0] = command_byte; in pmu_adb_send()