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

/openbsd-current/sys/arch/riscv64/dev/
H A Dsfclock.c126 uint32_t pllr, pllf, pllq; local
130 pllr = PLLCFG_PLLR(reg);
133 return ((parent_freq * 2 * (pllf + 1)) / (pllr + 1)) >> pllq;

Completed in 113 milliseconds