Home
last modified time | relevance | path

Searched refs:scr_memcpyw (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dvt_buffer.h25 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
41 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
53 scr_memcpyw(d, s, count); in scr_memmovew()
/linux-2.4.37.9/include/asm-ppc64/
Dvga.h40 #define scr_memcpyw memcpy macro
/linux-2.4.37.9/include/asm-ppc/
Dvga.h36 #define scr_memcpyw memcpy macro
/linux-2.4.37.9/include/asm-alpha/
Dvga.h41 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/linux-2.4.37.9/drivers/video/
Dvgacon.c483 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, c->vc_screenbuf_size); in vgacon_switch()
974 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, c->vc_screenbuf_size); in vgacon_save_screen()
995 scr_memcpyw((u16 *)vga_vram_base, in vgacon_scroll()
Dfbcon.c678 scr_memcpyw(save + cnt * nr_cols, r, 2 * i); in fbcon_setup()
686 scr_memcpyw(r + step, r, conp->vc_size_row); in fbcon_setup()
749 scr_memcpyw(q, save, logo_lines * nr_cols * 2); in fbcon_setup()
1284 scr_memcpyw((u16 *)softback_in, p, conp->vc_size_row); in fbcon_softback_note()
2073 scr_memcpyw((u16 *)q, (u16 *)p, conp->vc_size_row); in fbcon_scrolldelta()
/linux-2.4.37.9/arch/alpha/lib/
Dio.c570 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
/linux-2.4.37.9/drivers/char/
Dconsole.c271 scr_memcpyw(d, s, (b-t-nr) * video_size_row); in scrup()
777 scr_memcpyw((unsigned short *) nl, (unsigned short *) ol, rlth); in vc_resize()