Searched refs:ue_low_mask (Results 1 – 1 of 1) sorted by relevance
1974 uint32_t ue_low = 0, ue_high = 0, ue_low_mask = 0, ue_high_mask = 0; in oce_detect_hw_error() local1990 ue_low_mask = OCE_READ_REG32(sc, devcfg, PCICFG_UE_STATUS_LOW_MASK); in oce_detect_hw_error()1993 ue_low = (ue_low & ~ue_low_mask); in oce_detect_hw_error()