zynqmp_pll_is_enabled
if (zynqmp_pll_is_enabled(hw) && (!clk->set_pll_mode))
if (!zynqmp_pll_is_enabled(hw))
.is_enabled = zynqmp_pll_is_enabled,