Searched refs:AT91_PMC_SMD_DIV (Results 1 – 2 of 2) sorted by relevance
34 smddiv = (smdr & AT91_PMC_SMD_DIV) >> SMD_DIV_SHIFT; in at91sam9x5_clk_smd_recalc_rate()93 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMD_DIV, in at91sam9x5_clk_smd_set_rate()
185 #define AT91_PMC_SMD_DIV (0x1f << 8) /* SMD input clock divider */ macro186 #define AT91_PMC_SMDDIV(n) (((n) << 8) & AT91_PMC_SMD_DIV)