Searched refs:AT91_PMC_SMDS (Results 1 – 2 of 2) sorted by relevance
73 regmap_update_bits(smd->regmap, AT91_PMC_SMD, AT91_PMC_SMDS, in at91sam9x5_clk_smd_set_parent()74 index ? AT91_PMC_SMDS : 0); in at91sam9x5_clk_smd_set_parent()86 return smdr & AT91_PMC_SMDS; in at91sam9x5_clk_smd_get_parent()
184 #define AT91_PMC_SMDS (0x1 << 0) /* SMD input clock selection */ macro