Searched refs:plldiv (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/clk/at91/ |
H A D | clk-plldiv.c | 25 struct clk_plldiv *plldiv = to_clk_plldiv(hw); in clk_plldiv_recalc_rate() local 28 regmap_read(plldiv->regmap, AT91_PMC_MCKR, &mckr); in clk_plldiv_recalc_rate() 56 struct clk_plldiv *plldiv = to_clk_plldiv(hw); in clk_plldiv_set_rate() local 61 regmap_update_bits(plldiv->regmap, AT91_PMC_MCKR, AT91_PMC_PLLADIV2, in clk_plldiv_set_rate() 77 struct clk_plldiv *plldiv; in at91_clk_register_plldiv() local 82 plldiv = kzalloc(sizeof(*plldiv), GFP_KERNEL); in at91_clk_register_plldiv() 83 if (!plldiv) in at91_clk_register_plldiv() 92 plldiv->hw.init = &init; in at91_clk_register_plldiv() 93 plldiv->regmap = regmap; in at91_clk_register_plldiv() 95 hw = &plldiv->hw; in at91_clk_register_plldiv() [all …]
|
/linux/arch/mips/kernel/ |
H A D | csrc-bcm1480.c | 40 unsigned int plldiv; in sb1480_clocksource_init() local 43 plldiv = G_BCM1480_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in sb1480_clocksource_init() 44 zbbus = ((plldiv >> 1) * 50000000) + ((plldiv & 1) * 25000000); in sb1480_clocksource_init()
|
/linux/arch/mips/sibyte/bcm1480/ |
H A D | setup.c | 107 int plldiv; in bcm1480_setup() local 120 plldiv = G_BCM1480_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in bcm1480_setup() 121 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in bcm1480_setup()
|
/linux/arch/mips/sibyte/sb1250/ |
H A D | setup.c | 171 int plldiv; in sb1250_setup() local 184 plldiv = G_SYS_PLL_DIV(__raw_readq(IOADDR(A_SCD_SYSTEM_CFG))); in sb1250_setup() 185 zbbus_mhz = ((plldiv >> 1) * 50) + ((plldiv & 1) * 25); in sb1250_setup()
|
/linux/drivers/clk/ |
H A D | clk-tps68470.c | 34 unsigned int plldiv; member 170 regmap_write(clkdata->regmap, TPS68470_REG_PLLDIV, clk_freqs[idx].plldiv); in tps68470_clk_set_rate()
|
/linux/sound/soc/codecs/ |
H A D | ml26124.c | 49 u8 plldiv; member 370 snd_soc_component_update_bits(component, ML26124_PLLDIV, 0x1f, coeff_div[i].plldiv); in ml26124_hw_params()
|
/linux/sound/soc/uniphier/ |
H A D | aio.h | 279 int plldiv; member
|
H A D | aio-cpu.c | 198 aio->plldiv = div_id; in uniphier_aio_set_sysclk()
|