Lines Matching refs:scr_readw
391 c = scr_readw((u16 *) vc->vc_pos); in fb_flashcursor()
588 if (scr_readw(r) != vc->vc_video_erase_char) in fbcon_prepare_logo()
1284 get_color(vc, info, scr_readw(s), 1), in fbcon_putcs()
1285 get_color(vc, info, scr_readw(s), 0)); in fbcon_putcs()
1310 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()
1597 c = scr_readw(s); in fbcon_redraw_softback()
1607 if (c == scr_readw(d)) { in fbcon_redraw_softback()
1649 c = scr_readw(s); in fbcon_redraw_move()
1685 c = scr_readw(s); in fbcon_redraw_blit()
1687 if (c == scr_readw(d)) { in fbcon_redraw_blit()
1734 c = scr_readw(s); in fbcon_redraw()
1744 if (c == scr_readw(d)) { in fbcon_redraw()
2481 c = scr_readw(cp); in fbcon_do_set_font()
2505 c = scr_readw(cp); in fbcon_do_set_font()
2751 u16 a = scr_readw(p); in fbcon_invert_region()