Home
last modified time | relevance | path

Searched refs:pbitmapout (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_accel.c389 u8 *pbitmapin = (u8*)image->data, *pbitmapout; in atyfb_imageblit() local
393 for (hostdword = 0, pbitmapout = (u8*)&hostdword, byte_id_in_dword = 0; in atyfb_imageblit()
395 byte_id_in_dword++, pbitmapout++) { in atyfb_imageblit()
397 *pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit); in atyfb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dmach64_accel.c389 u8 *pbitmapin = (u8*)image->data, *pbitmapout; in atyfb_imageblit() local
393 for (hostdword = 0, pbitmapout = (u8*)&hostdword, byte_id_in_dword = 0; in atyfb_imageblit()
395 byte_id_in_dword++, pbitmapout++) { in atyfb_imageblit()
397 *pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit); in atyfb_imageblit()

Completed in 3 milliseconds