Home
last modified time | relevance | path

Searched refs:pll2_m (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/spear/x600/
H A Dfpga.c192 int pll2_m, pll2_n, pll2_p, expi_x, expi_y; in expi_setup() local
194 pll2_m = (freq * 2) / 1000; in expi_setup()
213 writel((pll2_m << 24) | (pll2_p << 8) | (pll2_n), &misc->pll2_frq); in expi_setup()