Searched refs:rely (Results 1 – 1 of 1) sorted by relevance
197 int x, y, relx, rely, delta; in mouse_pl050_interrupt() local220 rely = 0xffffff00 | pdat->packet[2]; in mouse_pl050_interrupt()222 rely = pdat->packet[2]; in mouse_pl050_interrupt()223 rely = -rely; in mouse_pl050_interrupt()237 if(rely != 0) in mouse_pl050_interrupt()239 pdat->ypos = pdat->ypos + rely; in mouse_pl050_interrupt()248 if((btn & (0x01 << 0)) && ((relx != 0) || (rely != 0))) in mouse_pl050_interrupt()
Completed in 3 milliseconds