Home
last modified time | relevance | path

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

/drivers/video/fbdev/aty/
Dmach64_accel.c388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
393 for (hostdword = 0, pbitmapout = (u8*)&hostdword, byte_id_in_dword = 0; in atyfb_imageblit()
394 byte_id_in_dword < 4 && src_bytes; in atyfb_imageblit()
395 byte_id_in_dword++, pbitmapout++) { in atyfb_imageblit()