Lines Matching refs:SR26
10211 UShort SR26, SR27;
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 = (0x40 | 0x08 | 0x01); break;
10271 case 4*1024*1024: SR26 = (0x40 | 0x0C | 0x01); break;
10274 case 512*1024: SR26 = (0x40 | 0x00 | 0x01);
10277 outSISIDXREG(SISSR, 0x26, SR26);
10278 SR26 &= 0xfe;
10279 outSISIDXREG(SISSR, 0x26, SR26);