Searched refs:xoffs (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c690 short xs, ys, xe, ye, xoffs, yoffs; newport_bmove() local
700 xoffs = (dx - sx) << 3; newport_bmove()
702 if (xoffs > 0) { newport_bmove()
712 npregs->go.xymove = (xoffs << 16) | yoffs; newport_bmove()
/linux-4.4.14/drivers/tty/serial/jsm/
H A Djsm.h256 u64 ch_xoff_sends; /* Count of xoffs transmitted */
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_driver.h394 ulong ch_xoff_sends; /* Count of xoffs transmitted */
/linux-4.4.14/drivers/video/fbdev/
H A Dsm501fb.c587 unsigned long xoffs; sm501fb_pan_crt() local
589 xoffs = var->xoffset * bytes_pixel; sm501fb_pan_crt()
594 reg |= ((xoffs & 15) / bytes_pixel) << 4; sm501fb_pan_crt()
597 reg = (par->screen.sm_addr + xoffs + sm501fb_pan_crt()

Completed in 224 milliseconds