Searched refs:AT91_PMC_PCR_DIV_MASK (Results 1 – 2 of 2) sorted by relevance
192 #define AT91_PMC_PCR_DIV_MASK (0x3 << AT91_PMC_PCR_DIV_OFFSET) macro
171 tmp = pmc_read(pmc, AT91_PMC_PCR) & ~AT91_PMC_PCR_DIV_MASK; in clk_sam9x5_peripheral_enable()