Home
last modified time | relevance | path

Searched refs:mult24 (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
392 for (width = image->width, inbit = 7, mult24 = 0; src_bytes; ) { in atyfb_imageblit()
398 mult24++; in atyfb_imageblit()
400 if (mult24 == 3) { in atyfb_imageblit()
401 mult24 = 0; in atyfb_imageblit()