Lines Matching refs:LOGIBM_BASE
31 #define LOGIBM_BASE 0x23c
34 #define LOGIBM_DATA_PORT LOGIBM_BASE + 0
35 #define LOGIBM_SIGNATURE_PORT LOGIBM_BASE + 1
36 #define LOGIBM_CONTROL_PORT LOGIBM_BASE + 2
37 #define LOGIBM_CONFIG_PORT LOGIBM_BASE + 3
105 if (!request_region(LOGIBM_BASE, LOGIBM_EXTENT, "logibm")) {
106 printk(KERN_ERR "logibm.c: Can't allocate ports at %#x\n", LOGIBM_BASE);
115 printk(KERN_INFO "logibm.c: Didn't find Logitech busmouse at %#x\n", LOGIBM_BASE);
154 release_region(LOGIBM_BASE, LOGIBM_EXTENT);
162 release_region(LOGIBM_BASE, LOGIBM_EXTENT);