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