Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/video/
H A Dtdfx.h77 #define DSTSIZE (0x00100000 + 0x68) macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtdfxfb.c881 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()