Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/arch/m68k/atari/
A Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()

Completed in 5 milliseconds