Searched refs:rawx (Results 1 – 1 of 1) sorted by relevance
152 unsigned short rawx, rawy; in ob_interrupt() local154 rawx = inb(OBMOUSE_BASE+0) + (inb(OBMOUSE_BASE+1) << 8); in ob_interrupt()159 printk("ob_intr: %4x,%4x\n", rawx, rawy); in ob_interrupt()169 dx = (short) rawx - (short) lastx ; in ob_interrupt()170 lastx = rawx; in ob_interrupt()