Searched refs:cursorbase (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c1114 u8 __iomem *cursorbase = info->screen_base + info->fix.smem_len; local
1119 fb_memset_io(cursorbase, 0, 1024);
1130 fb_writeb(*mask, cursorbase + h);
1133 fb_writeb(data, cursorbase + h + 8);
1137 cursorbase += 16;

Completed in 203 milliseconds