PMC_PLL_CTRL0_DIV_MSK
#define PLL_DIV_MAX (FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, UINT_MAX) + 1)
div->div = FIELD_GET(PMC_PLL_CTRL0_DIV_MSK, val);