Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dhilkbd.c47 #define hil_readb(p) gsc_readb(p) macro
56 #define hil_readb(p) readb((const volatile void __iomem *)(p)) 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))
71 #define hil_read_data() (hil_readb(HILBASE + HIL_DATA))