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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_setup.c482 unsigned int config, config1, config2, sr3a, cr5f; local in function:sis315Setup
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) pScr
[all...]
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c659 pI128->io.config1 = inl(iobase + 0x1C) & /* 0xF3333F1F */ 0xFF133706;
668 pI128->RegRec.config1 = pI128->io.config1;
679 pI128->io.config1 &= 0x3300001F;
680 pI128->io.config1 |= 0x00331F10;
681 outl(iobase + 0x1C, pI128->io.config1);
765 * Reset card if it isn't primary one (must be done after config1 is set)
1174 pI128->io.config1 |= 0x00000002;
1175 outl(pI128->RegRec.iobase + 0x1C, pI128->io.config1);
1177 pI128->io.config1
2106 unsigned long id, config1, config2, sgram, soft_sw, ddc, vga_ctl; local in function:I128DumpActiveRegisters
[all...]
H A Di128reg.h56 CARD32 config1; member in struct:i128io
79 CARD32 config1; /* iobase+0x1C register */ member in struct:__anon9733df980108
H A Di128init.c57 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "I128SaveState saving, config1/2 = 0x%lx/0x%lx\n", tmp1, tmp2);
281 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "I128RestoreState restoring, config1/2 = 0x%lx/0x%lx\n", tmp1, tmp2);
343 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "I128RestoreState resetting config1/2 from 0x%lx/0x%lx to 0x%lx/0x%lx\n", tmp1, tmp2, (unsigned long)iR->config1, (unsigned long)iR->config2);
353 outl(iR->iobase + 0x1C, iR->config1);
384 outl(iR->iobase + 0x1C, pI128->io.config1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c47 uint32_t config1; member in struct:etna_sampler_state
66 uint32_t config1; member in struct:etna_sampler_view
113 cs->config1 = screen->specs.seamless_cube_map ?
224 sv->config1 |= COND(ext, VIVS_TE_SAMPLER_CONFIG1_FORMAT_EXT(format)) |
419 /*10380*/ EMIT_STATE(NTE_SAMPLER_CONFIG1(x), ss->config1 |
420 sv->config1 |
542 /*021C0*/ EMIT_STATE(TE_SAMPLER_CONFIG1(x), ss->config1 |
543 sv->config1 |
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_driver.c484 unsigned char config1, config2, m, n, n1, n2, cr66 = 0; local in function:S3VPreInit
923 config1 = VGAIN8(vgaCRReg); /* get amount of vram installed */
969 switch ((config1 & 0x60) >> 5) {
986 switch((config1 & 0xE0) >> 5) {
1003 switch((config1 & 0xE0) >> 5) {
1014 switch((config1 & 0xC0) >> 6) {
1024 switch((config1 & 0xE0) >> 5) {
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c1089 unsigned char config1, m, n, n1, n2, sr8, cr66 = 0, tmp; local in function:SavagePreInit
1837 config1 = VGAIN8(vgaCRReg); /* get amount of vram installed */
1849 pScrn->videoRam = RamSavage3D[ (config1 & 0xC0) >> 6 ] * 1024;
1866 pScrn->videoRam = RamSavage4[ (config1 & 0xE0) >> 5 ] * 1024;
1871 pScrn->videoRam = RamSavageMX[ (config1 & 0x0E) >> 1 ] * 1024;
1877 pScrn->videoRam = RamSavageNB[ (config1 & 0xE0) >> 5 ] * 1024;

Completed in 19 milliseconds