Searched refs:ue_low (Results 1 – 1 of 1) sorted by relevance
2464 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; in oce_detect_hw_error() local2478 ue_low = OCE_READ_REG32(sc, devcfg, PCICFG_UE_STATUS_LOW); in oce_detect_hw_error()2483 ue_low = (ue_low & ~ue_low_mask); in oce_detect_hw_error()2505 if (ue_low) { in oce_detect_hw_error()2506 for (i = 0; ue_low; ue_low >>= 1, i++) { in oce_detect_hw_error()2507 if (ue_low & 1) in oce_detect_hw_error()