Searched refs:ye (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/speakup/
H A Dselection.c13 unsigned short xs, ys, xe, ye; /* our region points */ variable
57 ye = limit(ye, vc->vc_rows - 1);
59 pe = ye * vc->vc_size_row + (xe << 1);
H A Dspeakup.h93 extern unsigned short xs, ys, xe, ye; /* our region points */
H A Dmain.c360 ye = (u_short) spk_y;
/drivers/tty/vt/
H A Dselection.c169 { unsigned short xs, ys, xe, ye; local
176 __get_user(ye, &sel->ye);
178 xs--; ys--; xe--; ye--;
182 ye = limit(ye, vc->vc_rows - 1);
184 pe = ye * vc->vc_size_row + (xe << 1);
/drivers/video/console/
H A Dnewport_con.c683 short xs, ys, xe, ye, xoffs, yoffs, tmp; local
692 ye = (((sy + h) << 4) - 1 + topscan) & 0x3ff;
706 npregs->set.xyendi = (xe << 16) | ye;

Completed in 87 milliseconds