Lines Matching defs:fault_sts
371 u32 int_rt_sts, fault_sts;
384 &fault_sts);
393 if (wled->version == 4 && (fault_sts & WLED3_CTRL_REG_OVP_FAULT_BIT))
396 if (wled->version == 5 && (fault_sts & (WLED3_CTRL_REG_OVP_FAULT_BIT |
401 dev_dbg(wled->dev, "WLED OVP fault detected, int_rt_sts=0x%x fault_sts=0x%x\n",
402 int_rt_sts, fault_sts);
658 dev_err(wled->dev, "Error in getting OVP fault_sts, rc=%d\n",
821 dev_err(wled->dev, "Error in getting OVP fault_sts, rc=%d\n",
839 u32 int_sts, fault_sts;
850 WLED3_CTRL_REG_FAULT_STATUS, &fault_sts);
857 if (fault_sts & (WLED3_CTRL_REG_OVP_FAULT_BIT |
859 dev_dbg(wled->dev, "WLED OVP fault detected, int_sts=%x fault_sts= %x\n",
860 int_sts, fault_sts);
862 if (fault_sts & WLED3_CTRL_REG_OVP_FAULT_BIT) {