mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
- Fix CPU divisor mask
Repored by: Luiz Otavio O Souza
This commit is contained in:
parent
ca2b541cb0
commit
cb00f8cae5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=197973
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user