Searched refs:AT91_PMC_PCR_EN (Results 1 – 2 of 2) sorted by relevance
181 AT91_PMC_PCR_EN, in clk_sam9x5_peripheral_enable()184 AT91_PMC_PCR_EN); in clk_sam9x5_peripheral_enable()202 AT91_PMC_PCR_EN | AT91_PMC_PCR_CMD, in clk_sam9x5_peripheral_disable()222 return status & AT91_PMC_PCR_EN ? 1 : 0; in clk_sam9x5_peripheral_is_enabled()242 if (status & AT91_PMC_PCR_EN) { in clk_sam9x5_peripheral_recalc_rate()
200 #define AT91_PMC_PCR_EN (0x1 << 28) /* Enable */ macro