Lines Matching +full:0 +full:xe8

29 	int attempt = 0;  in ps2_do_sendbyte()
56 case 0: in ps2_do_sendbyte()
152 0xab, /* Regular keyboards */ in ps2_is_keyboard_id()
153 0xac, /* NCD Sun keyboard */ in ps2_is_keyboard_id()
154 0x2b, /* Trust keyboard, translated */ in ps2_is_keyboard_id()
155 0x5d, /* Trust keyboard */ in ps2_is_keyboard_id()
156 0x60, /* NMB SGI keyboard, translated */ in ps2_is_keyboard_id()
157 0x47, /* NMB SGI keyboard */ in ps2_is_keyboard_id()
193 if (ps2dev->cmdbuf[1] == 0xaa) { in ps2_adjust_timeout()
195 ps2dev->flags = 0; in ps2_adjust_timeout()
197 timeout = 0; in ps2_adjust_timeout()
206 ps2dev->flags = ps2dev->cmdcnt = 0; in ps2_adjust_timeout()
208 timeout = 0; in ps2_adjust_timeout()
229 unsigned int send = (command >> 12) & 0xf; in __ps2_command()
230 unsigned int receive = (command >> 8) & 0xf; in __ps2_command()
249 ps2dev->flags = command == PS2_CMD_GETID ? PS2_FLAG_WAITID : 0; in __ps2_command()
252 for (i = 0; i < receive; i++) in __ps2_command()
265 rc = ps2_do_sendbyte(ps2dev, command & 0xff, timeout, 2); in __ps2_command()
272 for (i = 0; i < send; i++) { in __ps2_command()
298 for (i = 0; i < receive; i++) in __ps2_command()
307 rc = 0; in __ps2_command()
310 ps2dev->flags = 0; in __ps2_command()
315 command & 0xff, send, send_param, in __ps2_command()
343 * 0xE6 0xE8 rr 0xE8 ss 0xE8 tt 0xE8 uu where (rr*64)+(ss*16)+(tt*4)+uu
358 for (i = 6; i >= 0; i -= 2) { in ps2_sliced_command()
394 ps2dev->nak = 0; in ps2_handle_ack()
414 case 0x00: in ps2_handle_ack()
415 case 0x03: in ps2_handle_ack()
416 case 0x04: in ps2_handle_ack()
418 ps2dev->nak = 0; in ps2_handle_ack()