Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_accel.c385 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
389 for (width = image->width, inbit = 7, mult24 = 0; src_bytes; ) { in atyfb_imageblit()
395 mult24++; in atyfb_imageblit()
397 if (mult24 == 3) { in atyfb_imageblit()
398 mult24 = 0; in atyfb_imageblit()