Searched refs:AT91_PMC_PCR_CMD (Results 1 – 3 of 3) sorted by relevance
55 | AT91_PMC_PCR_CMD in clk_generated_enable()71 pmc_write(pmc, AT91_PMC_PCR, tmp | AT91_PMC_PCR_CMD); in clk_generated_disable()
173 | AT91_PMC_PCR_CMD in clk_sam9x5_peripheral_enable()191 pmc_write(pmc, AT91_PMC_PCR, tmp | AT91_PMC_PCR_CMD); in clk_sam9x5_peripheral_disable()
190 #define AT91_PMC_PCR_CMD (0x1 << 12) /* Command (read=0, write=1) */ macro