Searched refs:AT91_PMC_PCR_PID_MASK (Results 1 – 5 of 5) sorted by relevance
23 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_enable()45 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_disable()
59 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_get_rate()129 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_set_rate()
73 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in periph_clk_enable()
159 if (id > AT91_PMC_PCR_PID_MASK) in at91_enable_periph_generated_clk()222 if (id > AT91_PMC_PCR_PID_MASK) in at91_get_periph_generated_clk()
150 #define AT91_PMC_PCR_PID_MASK (0x3f) macro