Searched refs:INPORT_BASE (Results 1 – 1 of 1) sorted by relevance
48 #define INPORT_BASE 0x23c macro51 #define INPORT_CONTROL_PORT INPORT_BASE + 052 #define INPORT_DATA_PORT INPORT_BASE + 153 #define INPORT_SIGNATURE_PORT INPORT_BASE + 2135 if (!request_region(INPORT_BASE, INPORT_EXTENT, "inport")) { in inport_init()136 printk(KERN_ERR "inport.c: Can't allocate ports at %#x\n", INPORT_BASE); in inport_init()144 printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE); in inport_init()184 release_region(INPORT_BASE, INPORT_EXTENT); in inport_init()192 release_region(INPORT_BASE, INPORT_EXTENT); in inport_exit()