OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bios_0_scratch
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c
1012
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
&= ~ATOM_S0_DFP1
[
all
...]
atombios_output.c
2046
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))
radeon_probe.h
563
uint32_t
bios_0_scratch
;
member in struct:__anon6870
radeon_driver.c
3415
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 14 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026