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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_output.c1109 save->bios_4_scratch |= RADEON_TV1_ATTACHED_SVIDEO;
1111 save->bios_4_scratch |= RADEON_TV1_ATTACHED_COMP;
1114 save->bios_4_scratch &= ~RADEON_TV1_ATTACHED_MASK;
1120 save->bios_4_scratch |= RADEON_LCD1_ATTACHED;
1123 save->bios_4_scratch &= ~RADEON_LCD1_ATTACHED;
1129 save->bios_4_scratch |= RADEON_CRT1_ATTACHED_COLOR;
1132 save->bios_4_scratch &= ~RADEON_CRT1_ATTACHED_MASK;
1138 save->bios_4_scratch |= RADEON_CRT2_ATTACHED_COLOR;
1141 save->bios_4_scratch &= ~RADEON_CRT2_ATTACHED_MASK;
1147 save->bios_4_scratch |
[all...]
H A Dradeon_probe.h567 uint32_t bios_4_scratch; member in struct:__anon297917400b08
H A Dradeon_driver.c3419 save->bios_4_scratch = info->SavedReg->bios_4_scratch;
5701 OUTREG(R600_BIOS_4_SCRATCH, restore->bios_4_scratch);
5710 OUTREG(RADEON_BIOS_4_SCRATCH, restore->bios_4_scratch);
5728 save->bios_4_scratch = INREG(R600_BIOS_4_SCRATCH);
5737 save->bios_4_scratch = INREG(RADEON_BIOS_4_SCRATCH);

Completed in 12 milliseconds