Searched refs:AT91_PMC_PCR_PID_MASK (Results 1 – 5 of 5) sorted by relevance
25 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_enable()47 if (id > AT91_PMC_PCR_PID_MASK) in at91_periph_clk_disable()
202 if (id > AT91_PMC_PCR_PID_MASK) in at91_enable_periph_generated_clk()265 if (id > AT91_PMC_PCR_PID_MASK) in at91_get_periph_generated_clk()
216 #define AT91_PMC_PCR_PID_MASK 0x3f macro
152 #define AT91_PMC_PCR_PID_MASK (0x3f) macro
507 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in periph_clk_enable()770 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_get_rate()840 writel(clk->id & AT91_PMC_PCR_PID_MASK, &pmc->pcr); in generic_clk_set_rate()
Completed in 16 milliseconds