PLL_SEC_DIV_MASK
desc->div.shift = __ffs(PLL_SEC_DIV_MASK);
desc->div.width = __ffs(~(PLL_SEC_DIV_MASK >> desc->div.shift));
sec &= ~PLL_SEC_DIV_MASK;
sec |= FIELD_PREP(PLL_SEC_DIV_MASK, div);