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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dlcd.c507 unsigned long dwScreenPitch = 0; local
512 dwScreenPitch = ((dwPitch + 31) & ~31) >> 3;
515 cr66 = (unsigned char)(dwScreenPitch & 0xFF);
520 char)((dwScreenPitch & 0x300) >> 8);
526 cr67 |= (unsigned char)((dwScreenPitch & 0x600) >> 7);
528 cr65 = (unsigned char)((dwScreenPitch >> 1) & 0xFF);
533 cr13 = (unsigned char)(dwScreenPitch & 0xFF);
538 char)((dwScreenPitch & 0x700) >> 3);

Completed in 54 milliseconds