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