Searched refs:ue_hi (Results 1 – 2 of 2) sorted by relevance
107 uint32_t ue_hi = 0, ue_lo = 0; in beiscsi_ue_detect() local121 &ue_hi); in beiscsi_ue_detect()127 ue_hi = (ue_hi & ~ue_mask_hi); in beiscsi_ue_detect()130 if (ue_lo || ue_hi) { in beiscsi_ue_detect()147 if (ue_hi) { in beiscsi_ue_detect()148 for (i = 0; ue_hi; ue_hi >>= 1, i++) { in beiscsi_ue_detect()149 if (ue_hi & 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() local2933 ue_hi = ioread32(adapter->pcicfg + PCICFG_UE_STATUS_HIGH); in be_detect_error()2940 ue_hi = (ue_hi & ~ue_hi_mask); in be_detect_error()2947 if (ue_lo || ue_hi) { in be_detect_error()2959 for (i = 0; ue_hi; ue_hi >>= 1, i++) { in be_detect_error()2960 if (ue_hi & 1) in be_detect_error()