Searched refs:mk712_io (Results 1 – 1 of 1) sorted by relevance
107 static int mk712_io = MK712_DEFAULT_IO; variable269 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 …]