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

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_driver.c3162 int dbytes = pScrn->displayWidth * ((pScrn->bitsPerPixel+7)/8); local in function:S3VModeInit
3163 new->CR91 = (dbytes + 7) / 8;
3164 new->CR90 = (((dbytes + 7) / 8) >> 8) | 0x80;

Completed in 5 milliseconds