Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dhilkbd.c43 #define HILBASE hil_base /* HPPA (parisc) port address */ macro
52 #define HILBASE 0xf0428000UL /* HP300 (m68k) port address */ 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))
272 hil_dev.dev->name, kbid, HILBASE, HIL_IRQ); in hil_keyb_init()
364 if (!hwreg_present((void *)(HILBASE + HIL_DATA))) { in hil_init()
369 if (!request_region(HILBASE + HIL_DATA, 2, "hil")) { in hil_init()
376 release_region(HILBASE + HIL_DATA, 2); in hil_init()
[all …]