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

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

Completed in 59 milliseconds