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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/mouse/
H A Dlogibm.c50 #define LOGIBM_BASE 0x23c macro
53 #define LOGIBM_DATA_PORT LOGIBM_BASE + 0
54 #define LOGIBM_SIGNATURE_PORT LOGIBM_BASE + 1
55 #define LOGIBM_CONTROL_PORT LOGIBM_BASE + 2
56 #define LOGIBM_CONFIG_PORT LOGIBM_BASE + 3
124 if (!request_region(LOGIBM_BASE, LOGIBM_EXTENT, "logibm")) {
125 printk(KERN_ERR "logibm.c: Can't allocate ports at %#x\n", LOGIBM_BASE);
134 printk(KERN_INFO "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
173 release_region(LOGIBM_BASE, LOGIBM_EXTENT);
181 release_region(LOGIBM_BASE, LOGIBM_EXTEN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/mouse/
H A Dlogibm.c50 #define LOGIBM_BASE 0x23c macro
53 #define LOGIBM_DATA_PORT LOGIBM_BASE + 0
54 #define LOGIBM_SIGNATURE_PORT LOGIBM_BASE + 1
55 #define LOGIBM_CONTROL_PORT LOGIBM_BASE + 2
56 #define LOGIBM_CONFIG_PORT LOGIBM_BASE + 3
124 if (!request_region(LOGIBM_BASE, LOGIBM_EXTENT, "logibm")) {
125 printk(KERN_ERR "logibm.c: Can't allocate ports at %#x\n", LOGIBM_BASE);
134 printk(KERN_INFO "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
173 release_region(LOGIBM_BASE, LOGIBM_EXTENT);
181 release_region(LOGIBM_BASE, LOGIBM_EXTEN
[all...]

Completed in 51 milliseconds