Searched refs:AT91_PMC_PCR_GCKDIV_OFFSET (Results 1 – 2 of 2) sorted by relevance
194 #define AT91_PMC_PCR_GCKDIV_OFFSET 20 macro195 #define AT91_PMC_PCR_GCKDIV_MASK (0xff << AT91_PMC_PCR_GCKDIV_OFFSET)196 #define AT91_PMC_PCR_GCKDIV(n) ((n) << AT91_PMC_PCR_GCKDIV_OFFSET) /* Generated Clock Divisor Va…
228 >> AT91_PMC_PCR_GCKDIV_OFFSET; in clk_generated_startup()