Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Dclk-plldiv.c30 if (mckr & AT91_PMC_PLLADIV2) in clk_plldiv_recalc_rate()
61 regmap_update_bits(plldiv->regmap, AT91_PMC_MCKR, AT91_PMC_PLLADIV2, in clk_plldiv_set_rate()
62 parent_rate != rate ? AT91_PMC_PLLADIV2 : 0); in clk_plldiv_set_rate()
/openbmc/linux/include/linux/clk/
H A Dat91_pmc.h141 #define AT91_PMC_PLLADIV2 (1 << 12) /* PLLA divisor by 2 [some SAM9 only] */ macro