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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dinport.c51 #define INPORT_BASE 0x23c macro
54 #define INPORT_CONTROL_PORT INPORT_BASE + 0
55 #define INPORT_DATA_PORT INPORT_BASE + 1
56 #define INPORT_SIGNATURE_PORT INPORT_BASE + 2
138 if (!request_region(INPORT_BASE, INPORT_EXTENT, "inport")) {
139 printk(KERN_ERR "inport.c: Can't allocate ports at %#x\n", INPORT_BASE);
147 printk(KERN_ERR "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE);
186 release_region(INPORT_BASE, INPORT_EXTENT);
194 release_region(INPORT_BASE, INPORT_EXTENT);

Completed in 32 milliseconds