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_5_scratch
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c
975
save->
bios_5_scratch
&= ~RADEON_TV1_CRTC_MASK;
976
save->
bios_5_scratch
|= (radeon_crtc->crtc_id << RADEON_TV1_CRTC_SHIFT);
978
save->
bios_5_scratch
&= ~RADEON_CRT1_CRTC_MASK;
979
save->
bios_5_scratch
|= (radeon_crtc->crtc_id << RADEON_CRT1_CRTC_SHIFT);
981
save->
bios_5_scratch
&= ~RADEON_CRT2_CRTC_MASK;
982
save->
bios_5_scratch
|= (radeon_crtc->crtc_id << RADEON_CRT2_CRTC_SHIFT);
984
save->
bios_5_scratch
&= ~RADEON_LCD1_CRTC_MASK;
985
save->
bios_5_scratch
|= (radeon_crtc->crtc_id << RADEON_LCD1_CRTC_SHIFT);
987
save->
bios_5_scratch
&= ~RADEON_DFP1_CRTC_MASK;
988
save->
bios_5_scratch
|= (radeon_crtc->crtc_id << RADEON_DFP1_CRTC_SHIFT)
[
all
...]
radeon_probe.h
568
uint32_t
bios_5_scratch
;
member in struct:__anon6870
radeon_driver.c
3420
save->
bios_5_scratch
= info->SavedReg->
bios_5_scratch
;
5702
OUTREG(R600_BIOS_5_SCRATCH, restore->
bios_5_scratch
);
5711
OUTREG(RADEON_BIOS_5_SCRATCH, restore->
bios_5_scratch
);
5729
save->
bios_5_scratch
= INREG(R600_BIOS_5_SCRATCH);
5738
save->
bios_5_scratch
= INREG(RADEON_BIOS_5_SCRATCH);
Completed in 10 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026