Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dtdfx.h76 #define DSTSIZE (0x00100000 + 0x68) macro
/linux-4.4.14/drivers/video/fbdev/
Dtdfxfb.c879 tdfx_outl(par, DSTSIZE, rect->width | (rect->height << 16)); in tdfxfb_fillrect()
937 tdfx_outl(par, DSTSIZE, area->width | (area->height << 16)); in tdfxfb_copyarea()
1004 tdfx_outl(par, DSTSIZE, image->width | (image->height << 16)); in tdfxfb_imageblit()