Searched refs:AT91_PMC_PCR_PID (Results 1 – 2 of 2) sorted by relevance
168 pmc_write(pmc, AT91_PMC_PCR, (periph->id & AT91_PMC_PCR_PID) | in clk_sam9x5_peripheral_enable()183 pmc_write(pmc, AT91_PMC_PCR, (periph->id & AT91_PMC_PCR_PID) | in clk_sam9x5_peripheral_disable()197 pmc_write(pmc, AT91_PMC_PCR, (periph->id & AT91_PMC_PCR_PID)); in clk_sam9x5_peripheral_is_enabled()216 pmc_write(pmc, AT91_PMC_PCR, (periph->id & AT91_PMC_PCR_PID)); in clk_sam9x5_peripheral_recalc_rate()
185 #define AT91_PMC_PCR_PID (0x3f << 0) /* Peripheral ID */ macro