Searched refs:DSTSIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | tdfx.h | 77 #define DSTSIZE (0x00100000 + 0x68) macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | tdfx.h | 77 #define DSTSIZE (0x00100000 + 0x68) macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 881 tdfx_outl(par, DSTSIZE, rect->width | (rect->height << 16)); in tdfxfb_fillrect() 939 tdfx_outl(par, DSTSIZE, area->width | (area->height << 16)); in tdfxfb_copyarea() 1006 tdfx_outl(par, DSTSIZE, image->width | (image->height << 16)); in tdfxfb_imageblit()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 880 tdfx_outl(par, DSTSIZE, rect->width | (rect->height << 16)); in tdfxfb_fillrect() 938 tdfx_outl(par, DSTSIZE, area->width | (area->height << 16)); in tdfxfb_copyarea() 1005 tdfx_outl(par, DSTSIZE, image->width | (image->height << 16)); in tdfxfb_imageblit()
|
Completed in 6 milliseconds