- Fix CPU divisor mask

Repored by: Luiz Otavio O Souza
This commit is contained in:
Oleksandr Tymoshenko 2009-10-11 21:28:56 +00:00
parent ca2b541cb0
commit cb00f8cae5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=197973

View file

@ -143,7 +143,7 @@
#define PLL_DDR_DIV_SEL_SHIFT 18
#define PLL_DDR_DIV_SEL_MASK 3
#define PLL_CPU_DIV_SEL_SHIFT 16
#define PLL_CPU_DIV_SEL_MASK 2
#define PLL_CPU_DIV_SEL_MASK 3
#define PLL_LOOP_BW_SHIFT 12
#define PLL_LOOP_BW_MASK 0xf
#define PLL_DIV_IN_SHIFT 10