Searched refs:AT91_PMC_PCR_EN (Results 1 – 5 of 5) sorted by relevance
171 AT91_PMC_PCR_EN, in clk_sam9x5_peripheral_enable()174 AT91_PMC_PCR_EN); in clk_sam9x5_peripheral_enable()192 AT91_PMC_PCR_EN | periph->layout->cmd, in clk_sam9x5_peripheral_disable()212 return !!(status & AT91_PMC_PCR_EN); in clk_sam9x5_peripheral_is_enabled()232 if (status & AT91_PMC_PCR_EN) { in clk_sam9x5_peripheral_recalc_rate()
75 AT91_PMC_PCR_CMD_WRITE | AT91_PMC_PCR_EN); in periph_clk_enable()
30 regval = AT91_PMC_PCR_EN | AT91_PMC_PCR_CMD_WRITE | id | div_value; in at91_periph_clk_enable()
218 #define AT91_PMC_PCR_EN (0x1 << 28) /* Enable */ macro
167 #define AT91_PMC_PCR_EN (0x1 << 28) macro