Searched refs:pll_sc (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_clk_pll.c | 386 struct pll_sc { struct 410 sizeof(struct pll_sc), clknode_class); argument 413 pll_enable(struct pll_sc *sc) in pll_enable() 426 pll_disable(struct pll_sc *sc) in pll_disable() 439 pdiv_to_reg(struct pll_sc *sc, uint32_t p_div) in pdiv_to_reg() 456 reg_to_pdiv(struct pll_sc *sc, uint32_t reg) in reg_to_pdiv() 489 get_divisors(struct pll_sc *sc, uint32_t *m, uint32_t *n, uint32_t *p) in get_divisors() 502 set_divisors(struct pll_sc *sc, uint32_t val, uint32_t m, uint32_t n, in set_divisors() 515 is_locked(struct pll_sc *sc) in is_locked() 539 wait_for_lock(struct pll_sc *sc) in wait_for_lock() [all …]
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_clk_pll.c | 572 struct pll_sc { struct 595 sizeof(struct pll_sc), clknode_class); argument 598 pll_enable(struct pll_sc *sc) in pll_enable() 612 pll_disable(struct pll_sc *sc) in pll_disable() 625 pdiv_to_reg(struct pll_sc *sc, uint32_t p_div) in pdiv_to_reg() 646 reg_to_pdiv(struct pll_sc *sc, uint32_t reg) in reg_to_pdiv() 682 get_divisors(struct pll_sc *sc, uint32_t *m, uint32_t *n, uint32_t *p) in get_divisors() 695 set_divisors(struct pll_sc *sc, uint32_t val, uint32_t m, uint32_t n, in set_divisors() 708 is_locked(struct pll_sc *sc) in is_locked() 732 wait_for_lock(struct pll_sc *sc) in wait_for_lock() [all …]
|