Searched refs:HIL_CMD (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/keyboard/
H A Dhilkbd.c45 #define HIL_CMD 0x801 macro
54 #define HIL_CMD 0x3 macro
67 #define hil_busy() (hil_readb(HILBASE + HIL_CMD) & HIL_BUSY)
68 #define hil_data_available() (hil_readb(HILBASE + HIL_CMD) & HIL_DATA_RDY)
69 #define hil_status() (hil_readb(HILBASE + HIL_CMD))
70 #define hil_command(x) do { hil_writeb((x), HILBASE + HIL_CMD); } while (0)

Completed in 79 milliseconds