Lines Matching refs:HILBASE
43 #define HILBASE hil_base /* HPPA (parisc) port address */
52 #define HILBASE 0xf0428000UL /* HP300 (m68k) port address */
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)
71 #define hil_read_data() (hil_readb(HILBASE + HIL_DATA))
72 #define hil_write_data(x) do { hil_writeb((x), HILBASE + HIL_DATA); } while (0)
272 hil_dev.dev->name, kbid, HILBASE, HIL_IRQ);
364 if (!hwreg_present((void *)(HILBASE + HIL_DATA))) {
369 if (!request_region(HILBASE + HIL_DATA, 2, "hil")) {
376 release_region(HILBASE + HIL_DATA, 2);
386 release_region(HILBASE + HIL_DATA, 2);