Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ras/
H A Dcec.c82 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1) macro
91 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK)
129 static u64 action_threshold = COUNT_MASK;
436 if (val > COUNT_MASK) in action_threshold_set()
437 val = COUNT_MASK; in action_threshold_set()
/openbmc/linux/drivers/staging/media/av7110/
H A Ddvb_filter.h105 #define COUNT_MASK 0x0F macro
H A Dav7110_av.c56 #define COUNT_MASK 0x0F macro