Searched refs:ue_lo (Results 1 – 2 of 2) sorted by relevance
107 uint32_t ue_hi = 0, ue_lo = 0; in beiscsi_ue_detect() local115 PCICFG_UE_STATUS_LOW, &ue_lo); in beiscsi_ue_detect()126 ue_lo = (ue_lo & ~ue_mask_lo); in beiscsi_ue_detect()130 if (ue_lo || ue_hi) { in beiscsi_ue_detect()137 if (ue_lo) { in beiscsi_ue_detect()138 for (i = 0; ue_lo; ue_lo >>= 1, i++) { in beiscsi_ue_detect()139 if (ue_lo & 1) in beiscsi_ue_detect()
2898 u32 ue_lo = 0, ue_hi = 0, ue_lo_mask = 0, ue_hi_mask = 0; in be_detect_error() local2932 ue_lo = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_LOW); in be_detect_error()2939 ue_lo = (ue_lo & ~ue_lo_mask); in be_detect_error()2947 if (ue_lo || ue_hi) { in be_detect_error()2954 for (i = 0; ue_lo; ue_lo >>= 1, i++) { in be_detect_error()2955 if (ue_lo & 1) in be_detect_error()