Skip to content

Commit 0416824

Browse files
claudiubezneabebarino
authored andcommitted
clk: at91: add macro for pll ids mask
Add macro for PLL IDs mask. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/1595403506-8209-16-git-send-email-claudiu.beznea@microchip.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent c57aaaa commit 0416824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/clk/at91_pmc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */
6060
#define AT91_PMC_PLL_UPDT_UPDATE (1 << 8) /* Update PLL settings */
6161
#define AT91_PMC_PLL_UPDT_ID (1 << 0) /* PLL ID */
62+
#define AT91_PMC_PLL_UPDT_ID_MSK (0xf) /* PLL ID mask */
6263
#define AT91_PMC_PLL_UPDT_STUPTIM (0xff << 16) /* Startup time */
6364

6465
#define AT91_CKGR_MOR 0x20 /* Main Oscillator Register [not on SAM9RL] */

0 commit comments

Comments
 (0)