Lines Matching +full:no +full:- +full:autorepeat
2 * HP i8042 System Device Controller -- header
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
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
50 /* No 4X status reads take longer than this (in usec).
104 #define HP_SDC_STATUS_PUP 0x70 /* Successful power-up self test */
134 #define HP_SDC_STR 0x7f /* i8042 self-test result */
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 */
214 #define HP_SDC_CMD_SET_ARD 0xA0 /* Set emulated autorepeat delay */
215 #define HP_SDC_CMD_SET_ARR 0xA2 /* Set emulated autorepeat rate */
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 */
293 #error No support for device registration on this arch yet.