Lines Matching refs:LOGIBM_BASE
34 #define LOGIBM_BASE 0x23c
37 #define LOGIBM_DATA_PORT LOGIBM_BASE + 0
38 #define LOGIBM_SIGNATURE_PORT LOGIBM_BASE + 1
39 #define LOGIBM_CONTROL_PORT LOGIBM_BASE + 2
40 #define LOGIBM_CONFIG_PORT LOGIBM_BASE + 3
108 if (!request_region(LOGIBM_BASE, LOGIBM_EXTENT, "logibm")) {
109 printk(KERN_ERR "logibm.c: Can't allocate ports at %#x\n", LOGIBM_BASE);
118 printk(KERN_INFO "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
157 release_region(LOGIBM_BASE, LOGIBM_EXTENT);
165 release_region(LOGIBM_BASE, LOGIBM_EXTENT);