Searched refs:ct82c710_iores (Results 1 – 1 of 1) sorted by relevance
42 #define CT82C710_DATA ct82c710_iores.start43 #define CT82C710_STATUS (ct82c710_iores.start + 1)47 static struct resource ct82c710_iores; variable150 ct82c710_iores.start = inb_p(0x391) << 2; /* Get mouse I/O address */ in ct82c710_detect()151 ct82c710_iores.end = ct82c710_iores.start + 1; in ct82c710_detect()152 ct82c710_iores.flags = IORESOURCE_IO; in ct82c710_detect()215 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init()