Searched refs:scr_memsetw (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | mdacon.c | 457 scr_memsetw(dest, eattr, height*width*2); in mdacon_clear() 460 scr_memsetw(dest, eattr, width*2); in mdacon_clear() 510 scr_memsetw((void *)mda_vram_base, in mdacon_blank() 570 scr_memsetw(MDA_ADDR(0,b-lines), eattr, in mdacon_scroll() 577 scr_memsetw(MDA_ADDR(0,t), eattr, lines*mda_num_columns*2); in mdacon_scroll()
|
D | vgacon.c | 665 scr_memsetw((void *)vga_vram_base, BLANK, c->vc_screenbuf_size); in vgacon_blank() 668 scr_memsetw((void *)vga_vram_base, BLANK, c->vc_screenbuf_size); in vgacon_blank() 1002 scr_memsetw((u16 *)(c->vc_origin + c->vc_screenbuf_size - delta), c->vc_video_erase_char, delta); in vgacon_scroll() 1013 scr_memsetw((u16 *)(c->vc_origin), c->vc_video_erase_char, delta); in vgacon_scroll()
|
D | fbcon.c | 675 scr_memsetw(save, conp->vc_video_erase_char, logo_lines * nr_cols * 2); in fbcon_setup() 697 scr_memsetw((unsigned short *)conp->vc_origin, erase_char, in fbcon_setup() 1376 scr_memsetw((unsigned short *)(conp->vc_origin + in fbcon_scroll() 1436 scr_memsetw((unsigned short *)(conp->vc_origin + in fbcon_scroll()
|
/linux-2.4.37.9/include/asm-alpha/ |
D | vga.h | 32 extern inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() function
|
/linux-2.4.37.9/include/linux/ |
D | vt_buffer.h | 32 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw() function
|
/linux-2.4.37.9/drivers/char/ |
D | console.c | 272 scr_memsetw(d + (b-t-nr) * video_num_columns, video_erase_char, video_size_row*nr); in scrup() 290 scr_memsetw(s, video_erase_char, 2*step); in scrdown() 477 scr_memsetw(q, video_erase_char, nr*2); in insert_char() 500 scr_memsetw(p, video_erase_char, nr*2); in delete_char() 779 scr_memsetw((void *)(nl + rlth), video_erase_char, rrem); in vc_resize() 784 scr_memsetw((void *) nl, video_erase_char, nlend - nl); in vc_resize() 1006 scr_memsetw(start, video_erase_char, 2*count); in csi_J() 1040 scr_memsetw(start, video_erase_char, 2 * count); in csi_K() 1052 scr_memsetw((unsigned short *) pos, video_erase_char, 2 * count); in csi_X()
|