Searched refs:AT91_PMC_PCR_PID_MASK (Results 1 – 6 of 6) sorted by relevance
22 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_enable()44 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_disable()
58 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_get_rate()128 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_set_rate()
72 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in periph_clk_enable()
200 if (id > AT91_PMC_PCR_PID_MASK) in at91_enable_periph_generated_clk()263 if (id > AT91_PMC_PCR_PID_MASK) in at91_get_periph_generated_clk()
247 #define AT91_PMC_PCR_PID_MASK 0x3f macro
151 #define AT91_PMC_PCR_PID_MASK (0x3f) macro