Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_accel.c386 u8 *pbitmapin = (u8*)image->data, *pbitmapout; in atyfb_imageblit() local
390 for (hostdword = 0, pbitmapout = (u8*)&hostdword, byte_id_in_dword = 0; in atyfb_imageblit()
392 byte_id_in_dword++, pbitmapout++) { in atyfb_imageblit()
394 *pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit); in atyfb_imageblit()