Searched refs:rstval (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/mips/nlm/hal/
H A Dnlm_hal.c47 unsigned int rstval, dfsval; local
49 rstval = nlm_read_sys_reg(sysbase, SYS_POWER_ON_RESET_CFG);
51 pll_divf = ((rstval >> 10) & 0x7f) + 1;
52 pll_divr = ((rstval >> 8) & 0x3) + 1;
54 ext_div = ((rstval >> 30) & 0x3) + 1;

Completed in 153 milliseconds