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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c10211 UShort SR26, SR27; local in function:SiSEnableTurboQueue
10219 SR26 = temp & 0xFF;
10223 outSISIDXREG(SISSR, 0x26, SR26);
10231 * which are chosen by setting bits 7:5 in SR26:
10240 * SR26 bit 4 is called "Bypass H/W queue".
10241 * SR26 bit 1 is called "Enable Command Queue Auto Correction"
10242 * SR26 bit 0 resets the queue
10266 SR26 = 0x40 | 0x04 | 0x01;
10269 case 1*1024*1024: SR26 = (0x40 | 0x04 | 0x01); break;
10270 case 2*1024*1024: SR26
[all...]

Completed in 12 milliseconds