Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dmk712.c107 static int mk712_io = MK712_DEFAULT_IO; variable
269 status = inb(mk712_io + MK712_STATUS_LOW); in mk712_interrupt()
290 x = inw(mk712_io + MK712_X_LOW) & 0x0fff; in mk712_interrupt()
291 y = inw(mk712_io + MK712_Y_LOW) & 0x0fff; in mk712_interrupt()
305 x = inw(mk712_io + MK712_X_LOW) & 0x0fff; in mk712_interrupt()
306 y = inw(mk712_io + MK712_Y_LOW) & 0x0fff; in mk712_interrupt()
324 outb(0, mk712_io + MK712_CONTROL); in mk712_open()
331 outb(control, mk712_io + MK712_CONTROL); in mk712_open()
333 outb(10, mk712_io + MK712_RATE); /* default count = 10 */ in mk712_open()
346 outb(0, mk712_io + MK712_CONTROL); in mk712_close()
[all …]