Lines Matching +full:use +full:- +full:handshake

2  * HP i8042 System Device Controller -- header
7 * Redistribution and use in source and binary forms, with or without
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HP-HIL Technical Reference Manual. Hewlett Packard Product No. 45918A
34 * for Part Number 1820-4784 Revision B. Dwg No. A-1820-4784-2
79 * Nuance: never HP_SDC_ACT_DATAIN | HP_SDC_ACT_DEALLOC, use another
104 #define HP_SDC_STATUS_PUP 0x70 /* Successful power-up self test */
110 #define HP_SDC_NMISTATUS_FHS 0x40 /* NMI is a fast handshake irq */
134 #define HP_SDC_STR 0x7f /* i8042 self-test result */
140 #define HP_SDC_IM_FH 0x10 /* Mask the fast handshake irq */
146 #define HP_SDC_CFG_ROLLOVER 0x08 /* WTF is "N-key rollover"? */
149 #define HP_SDC_CFG_KBD_OLD 0x03 /* keyboard code for non-HIL */
167 case 0x1: str = "1820-3712"; break; \
168 case 0x2: str = "1820-4379"; break; \
169 case 0x3: str = "1820-4784"; break; \
173 #define HP_SDC_XTD_BBRTC 0x20 /* OKI MSM-58321 BBRTC present */
176 #define HP_SDC_CMD_LOAD_FHS 0x36 /* Load the fast handshake timer */
220 #define HP_SDC_CMD_SET_FHS 0xB2 /* Set fast handshake timer */
242 #define HP_SDC_CMD_DO_RTCW 0xc2 /* i8042 RAM 0x70 --> RTC */
243 #define HP_SDC_CMD_DO_RTCR 0xc3 /* RTC[0x70 0:3] --> irq/status/data */
244 #define HP_SDC_CMD_DO_BEEP 0xc4 /* i8042 RAM 0x70-74 --> beeper,VT3 */
245 #define HP_SDC_CMD_DO_HIL 0xc5 /* i8042 RAM 0x70-73 -->
254 #define HP_SDC_HIL_RC_DONE 0x80 /* i8042 auto-configured loop */
257 #define HP_SDC_HIL_RC 0x84 /* i8042 is auto-configuring loop */
275 uint8_t r7[4]; /* current i8042[0x70 - 0x74] values */