Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtdfxfb.c955 u32 srcfmt; in tdfxfb_imageblit() local
963 srcfmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13) | in tdfxfb_imageblit()
984 srcfmt = 0x400000 | BIT(20); in tdfxfb_imageblit()
986 srcfmt = 0x400000; in tdfxfb_imageblit()
1004 tdfx_outl(par, SRCFORMAT, srcfmt); in tdfxfb_imageblit()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dtdfxfb.c954 u32 srcfmt; in tdfxfb_imageblit() local
962 srcfmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13) | in tdfxfb_imageblit()
983 srcfmt = 0x400000 | BIT(20); in tdfxfb_imageblit()
985 srcfmt = 0x400000; in tdfxfb_imageblit()
1003 tdfx_outl(par, SRCFORMAT, srcfmt); in tdfxfb_imageblit()

Completed in 5 milliseconds