Lines Matching refs:config1
482 unsigned int config, config1, config2, sr3a, cr5f;
539 config1 = (config & 0x0C) >> 2;
561 if(config1 & 0x01) config1 = 0x02;
562 else config1 = 0x00;
564 if(config1 == 0x02) pScrn->videoRam <<= 1; /* dual rank */
565 else if(config1 == 0x03) pScrn->videoRam <<= 2; /* quad rank */
578 config1 = 0x00;
589 "DRAM type: %s\n", dramTypeStr340[(config1 * 4) + (config2 & 0x03)]);
601 if(config1) pScrn->videoRam <<= 1;
604 "DRAM type: %s\n", dramTypeStr330[(config1 * 4) + (config2 & 0x02)]);
610 if(config1 == 0x02) {
616 if(config1 == 0x02) {
632 if((config1 == 0x01) || (config1 == 0x03)) pScrn->videoRam <<= 1;
635 if(config1 == 0x02) pScrn->videoRam += pScrn->videoRam/2;
638 "DRAM type: %s\n", dramTypeStr315[(config1 * 4) + config2]);
645 if(config1 == 0x02)