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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dmk712.c52 static unsigned int mk712_io = 0x260; /* Also 0x200, 0x208, 0x300 */ variable
53 module_param_named(io, mk712_io, uint, 0);
91 status = inb(mk712_io + MK712_STATUS);
114 last_x = inw(mk712_io + MK712_X) & 0x0fff;
115 last_y = inw(mk712_io + MK712_Y) & 0x0fff;
127 outb(0, mk712_io + MK712_CONTROL); /* Reset */
132 MK712_POWERUP, mk712_io + MK712_CONTROL);
134 outb(10, mk712_io + MK712_RATE); /* 187 points per second */
147 outb(0, mk712_io + MK712_CONTROL);
156 if (!request_region(mk712_io,
[all...]

Completed in 45 milliseconds