PLL_DIV
#define PLL_DIV(reg) ((reg) & PLL_DIV_MASK)
#define PLL_DIV GENMASK(7, 0)
#define PLL_DIV 0x60
#define PLL_DIV(x) ((x) + 0x04)
#define PLL_DIV(n) (0x63 + ((n) & 0x3)) /* 0..2 */
PLL_DIV