Home
last modified time | relevance | path

Searched refs:ct82c710_iores (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/serio/
Dct82c710.c61 #define CT82C710_DATA ct82c710_iores.start
62 #define CT82C710_STATUS (ct82c710_iores.start + 1)
66 static struct resource ct82c710_iores; variable
169 ct82c710_iores.start = inb_p(0x391) << 2; /* Get mouse I/O address */ in ct82c710_detect()
170 ct82c710_iores.end = ct82c710_iores.start + 1; in ct82c710_detect()
171 ct82c710_iores.flags = IORESOURCE_IO; in ct82c710_detect()
236 error = platform_device_add_resources(ct82c710_device, &ct82c710_iores, 1); in ct82c710_init()