Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_accel.c388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
396 for (outbit = 7; outbit >= 0; outbit--) { in atyfb_imageblit()
397 *pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit); in atyfb_imageblit()
414 outbit = 0; in atyfb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dmach64_accel.c388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
396 for (outbit = 7; outbit >= 0; outbit--) { in atyfb_imageblit()
397 *pbitmapout |= (((*pbitmapin >> inbit) & 1) << outbit); in atyfb_imageblit()
414 outbit = 0; in atyfb_imageblit()

Completed in 3 milliseconds