Lines Matching refs:copybytes
506 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local
531 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer()
554 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_buffer()
606 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local
631 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video()
654 bcopy(source, destination, copybytes); in gfxfb_blt_buffer_to_video()
673 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
678 gfx_mem_wr2(destination, copybytes, in gfxfb_blt_buffer_to_video()
682 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
684 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
686 gfx_mem_wr1(destination, copybytes, in gfxfb_blt_buffer_to_video()
690 gfx_mem_wr4(destination, copybytes, in gfxfb_blt_buffer_to_video()
708 uint32_t bpp, copybytes; in gfxfb_blt_video_to_video() local
733 copybytes = Width * bpp; in gfxfb_blt_video_to_video()
747 bcopy(source, destination, copybytes); in gfxfb_blt_video_to_video()