Searched refs:pbytes (Results 1 – 1 of 1) sorted by relevance
18 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_1() local23 (row + 1) * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_1()68 int pbytes = VNBYTES(vid_priv->bpix); in console_move_rows_1() local72 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()74 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()77 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_1()90 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy_1() local97 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1()277 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_3() local281 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3()[all …]