mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
- Fix CPU divisor mask
Repored by: Luiz Otavio O Souza
This commit is contained in:
parent
ca2b541cb0
commit
cb00f8cae5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue