Searched refs:ue_high (Results 1 – 1 of 1) sorted by relevance
2385 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; in oce_detect_hw_error() 2400 ue_high = OCE_READ_REG32(sc, devcfg, PCICFG_UE_STATUS_HIGH); in oce_detect_hw_error() 2405 ue_high = (ue_high & ~ue_high_mask); in oce_detect_hw_error() 2434 if (ue_high) { in oce_detect_hw_error() 2435 for (i = 0; ue_high; ue_high >>= 1, i++) { in oce_detect_hw_error() 2436 if (ue_high & 1) in oce_detect_hw_error() 2387 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; oce_detect_hw_error() local