Searched refs:INPORT_BASE (Results 1 – 1 of 1) sorted by relevance
29 #define INPORT_BASE 0x23c macro32 #define INPORT_CONTROL_PORT INPORT_BASE + 033 #define INPORT_DATA_PORT INPORT_BASE + 134 #define INPORT_SIGNATURE_PORT INPORT_BASE + 2116 if (!request_region(INPORT_BASE, INPORT_EXTENT, "inport")) { in inport_init()117 printk(KERN_ERR "inport.c: Can't allocate ports at %#x\n", INPORT_BASE); in inport_init()125 printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE); in inport_init()165 release_region(INPORT_BASE, INPORT_EXTENT); in inport_init()173 release_region(INPORT_BASE, INPORT_EXTENT); in inport_exit()