Searched refs:scr_memsetw (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/video/console/ |
H A D | mdacon.c | 455 scr_memsetw(dest, eattr, height*width*2); in mdacon_clear() 458 scr_memsetw(dest, eattr, width*2); in mdacon_clear() 471 scr_memsetw(mda_vram_base, in mdacon_blank() 522 scr_memsetw(mda_addr(0, b - lines), eattr, in mdacon_scroll() 529 scr_memsetw(mda_addr(0, t), eattr, lines*mda_num_columns*2); in mdacon_scroll()
|
H A D | vgacon.c | 795 scr_memsetw((void *) vga_vram_base, BLANK, in vgacon_blank() 1131 scr_memsetw((u16 *) (c->vc_origin + c->vc_screenbuf_size - in vgacon_scroll() 1145 scr_memsetw((u16 *) (c->vc_origin), c->vc_video_erase_char, in vgacon_scroll()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | vga.h | 38 static inline void scr_memsetw(u16 *s, u16 v, unsigned int n) in scr_memsetw() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | vga.h | 45 static inline void scr_memsetw(u16 *s, u16 v, unsigned int count) in scr_memsetw() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | vga.h | 37 static inline void scr_memsetw(u16 *p, u16 v, unsigned int n) in scr_memsetw() function
|
/openbmc/linux/include/linux/ |
H A D | vt_buffer.h | 29 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | vga.h | 33 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() function
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 588 scr_memsetw(clear, vc->vc_video_erase_char, vc->vc_size_row * nr); in con_scroll() 794 scr_memsetw(p, vc->vc_video_erase_char, nr * 2); in insert_char() 807 scr_memsetw(p + vc->vc_cols - vc->state.x - nr, vc->vc_video_erase_char, in delete_char() 1259 scr_memsetw((void *)(new_origin + rlth), in vc_do_resize() 1265 scr_memsetw((void *)new_origin, vc->vc_video_erase_char, in vc_do_resize() 1537 scr_memsetw(start, vc->vc_video_erase_char, 2 * count); in csi_J() 1566 scr_memsetw(start + offset, vc->vc_video_erase_char, 2 * count); in csi_K() 1583 scr_memsetw((unsigned short *)vc->vc_pos, vc->vc_video_erase_char, 2 * count); in csi_X()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 584 scr_memsetw(save, erase, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo() 608 scr_memsetw((unsigned short *) vc->vc_origin, in fbcon_prepare_logo() 1764 scr_memsetw((unsigned short *) (vc->vc_origin + in fbcon_scroll() 1835 scr_memsetw((unsigned short *) (vc->vc_origin + in fbcon_scroll() 1852 scr_memsetw((unsigned short *) (vc->vc_origin + in fbcon_scroll() 1921 scr_memsetw((unsigned short *) (vc->vc_origin + in fbcon_scroll()
|