Home
last modified time | relevance | path

Searched refs:DECAY_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ras/
H A Dcec.c71 #define DECAY_MASK ((1ULL << DECAY_BITS) - 1) macro
90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK)
154 ca->array[i] &= ~(DECAY_MASK << COUNT_BITS); in do_spring_cleaning()
356 ca->array[to] |= DECAY_MASK << COUNT_BITS; in cec_add_elem()