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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_output.c1012 save->bios_0_scratch &= ~ATOM_S0_TV1_MASK;
1020 save->bios_0_scratch &= ~ATOM_S0_CV_MASK;
1026 save->bios_0_scratch |= ATOM_S0_LCD1;
1029 save->bios_0_scratch &= ~ATOM_S0_LCD1;
1035 save->bios_0_scratch |= ATOM_S0_CRT1_COLOR;
1038 save->bios_0_scratch &= ~ATOM_S0_CRT1_MASK;
1044 save->bios_0_scratch |= ATOM_S0_CRT2_COLOR;
1047 save->bios_0_scratch &= ~ATOM_S0_CRT2_MASK;
1053 save->bios_0_scratch |= ATOM_S0_DFP1;
1056 save->bios_0_scratch
[all...]
H A Datombios_output.c2046 save->bios_0_scratch = INREG(R600_BIOS_0_SCRATCH);
2048 save->bios_0_scratch = INREG(RADEON_BIOS_0_SCRATCH);
2049 /*ErrorF("DAC connect %08X\n", (unsigned int)save->bios_0_scratch);*/
2052 if (save->bios_0_scratch & ATOM_S0_CRT1_MASK)
2055 if (save->bios_0_scratch & ATOM_S0_CRT2_MASK)
2058 if (save->bios_0_scratch & (ATOM_S0_CV_MASK | ATOM_S0_CV_MASK_A))
2061 if (save->bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A))
2063 else if (save->bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A))
H A Dradeon_probe.h563 uint32_t bios_0_scratch; member in struct:__anon297917400b08
H A Dradeon_driver.c3415 save->bios_0_scratch = info->SavedReg->bios_0_scratch;
3440 save->bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN;
3447 OUTREG(RADEON_BIOS_0_SCRATCH, save->bios_0_scratch);
5697 OUTREG(R600_BIOS_0_SCRATCH, restore->bios_0_scratch);
5706 OUTREG(RADEON_BIOS_0_SCRATCH, restore->bios_0_scratch);
5724 save->bios_0_scratch = INREG(R600_BIOS_0_SCRATCH);
5733 save->bios_0_scratch = INREG(RADEON_BIOS_0_SCRATCH);

Completed in 17 milliseconds