diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-05-08 13:19:26 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-08 13:19:26 -0400 |
commit | 5ff51ea83f9fdd836e830c77e3561eaef4b83183 (patch) | |
tree | f7187c0003586f1e8f2abab95debde4601e83199 /src/radeon_reg.h | |
parent | 76fdae9018330aa5af0d57339baff3ca4834e1b5 (diff) |
R7xx: add support for reading disabled bios images
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index c418a256..248cb427 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -4094,6 +4094,11 @@ # define R600_SCK_PRESCALE_CRYSTAL_CLK_SHIFT 28 # define R600_SCK_PRESCALE_CRYSTAL_CLK_MASK (0xf << 28) +#define R600_CG_SPLL_FUNC_CNTL 0x600 +# define R600_SPLL_BYPASS_EN (1 << 3) +#define R600_CG_SPLL_STATUS 0x60c +# define R600_SPLL_CHG_STATUS (1 << 1) + #define R600_BIOS_0_SCRATCH 0x1724 #define R600_BIOS_1_SCRATCH 0x1728 #define R600_BIOS_2_SCRATCH 0x172c |