/* Log the current clock configuration */
        ice_debug(hw, ICE_DBG_PTP, "Current CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n",
-                 dw24.ts_pll_enable ? "enabled" : "disabled",
+                 str_enabled_disabled(dw24.ts_pll_enable),
                  ice_clk_src_str(dw24.time_ref_sel),
                  ice_clk_freq_str(dw9.time_ref_freq_sel),
                  bwm_lf.plllock_true_lock_cri ? "locked" : "unlocked");
 
        /* Log the current clock configuration */
        ice_debug(hw, ICE_DBG_PTP, "New CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n",
-                 dw24.ts_pll_enable ? "enabled" : "disabled",
+                 str_enabled_disabled(dw24.ts_pll_enable),
                  ice_clk_src_str(dw24.time_ref_sel),
                  ice_clk_freq_str(dw9.time_ref_freq_sel),
                  bwm_lf.plllock_true_lock_cri ? "locked" : "unlocked");
 
        /* Log the current clock configuration */
        ice_debug(hw, ICE_DBG_PTP, "Current CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n",
-                 dw24.ts_pll_enable ? "enabled" : "disabled",
+                 str_enabled_disabled(dw24.ts_pll_enable),
                  ice_clk_src_str(dw23.time_ref_sel),
                  ice_clk_freq_str(dw9.time_ref_freq_sel),
                  ro_lock.plllock_true_lock_cri ? "locked" : "unlocked");
 
        /* Log the current clock configuration */
        ice_debug(hw, ICE_DBG_PTP, "New CGU configuration -- %s, clk_src %s, clk_freq %s, PLL %s\n",
-                 dw24.ts_pll_enable ? "enabled" : "disabled",
+                 str_enabled_disabled(dw24.ts_pll_enable),
                  ice_clk_src_str(dw23.time_ref_sel),
                  ice_clk_freq_str(dw9.time_ref_freq_sel),
                  ro_lock.plllock_true_lock_cri ? "locked" : "unlocked");