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()
1281 get_color(vc, info, scr_readw(s), 1), in fbcon_putcs()
1282 get_color(vc, info, scr_readw(s), 0)); in fbcon_putcs()
1307 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()
1592 c = scr_readw(s); in fbcon_redraw_softback()
1602 if (c == scr_readw(d)) { in fbcon_redraw_softback()
1644 c = scr_readw(s); in fbcon_redraw_move()
1680 c = scr_readw(s); in fbcon_redraw_blit()
1682 if (c == scr_readw(d)) { in fbcon_redraw_blit()
1729 c = scr_readw(s); in fbcon_redraw()
1739 if (c == scr_readw(d)) { in fbcon_redraw()
2476 c = scr_readw(cp); in fbcon_do_set_font()
2500 c = scr_readw(cp); in fbcon_do_set_font()
2746 u16 a = scr_readw(p); in fbcon_invert_region()