Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dinport.c29 #define INPORT_BASE 0x23c macro
32 #define INPORT_CONTROL_PORT INPORT_BASE + 0
33 #define INPORT_DATA_PORT INPORT_BASE + 1
34 #define INPORT_SIGNATURE_PORT INPORT_BASE + 2
116 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()