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

/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_clk_pll.c388 struct pll_sc { struct
411 sizeof(struct pll_sc), clknode_class);
414 pll_enable(struct pll_sc *sc)
428 pll_disable(struct pll_sc *sc)
441 pdiv_to_reg(struct pll_sc *sc, uint32_t p_div)
458 reg_to_pdiv(struct pll_sc *sc, uint32_t reg)
491 get_divisors(struct pll_sc *sc, uint32_t *m, uint32_t *n, uint32_t *p)
504 set_divisors(struct pll_sc *sc, uint32_t val, uint32_t m, uint32_t n,
517 is_locked(struct pll_sc *sc)
541 wait_for_lock(struct pll_sc *s
[all...]

Completed in 83 milliseconds