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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dinport.c48 #define INPORT_BASE 0x23c macro
51 #define INPORT_CONTROL_PORT INPORT_BASE + 0
52 #define INPORT_DATA_PORT INPORT_BASE + 1
53 #define INPORT_SIGNATURE_PORT INPORT_BASE + 2
135 if (!request_region(INPORT_BASE, INPORT_EXTENT, "inport")) {
136 printk(KERN_ERR "inport.c: Can't allocate ports at %#x\n", INPORT_BASE);
144 printk(KERN_INFO "inport.c: Didn't find InPort mouse at %#x\n", INPORT_BASE);
184 release_region(INPORT_BASE, INPORT_EXTENT);
192 release_region(INPORT_BASE, INPORT_EXTENT);

Completed in 88 milliseconds