Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ras/
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;
427 if (val > COUNT_MASK) in action_threshold_set()
428 val = COUNT_MASK; in action_threshold_set()
/Linux-v5.4/drivers/media/pci/ttpci/
Ddvb_filter.h105 #define COUNT_MASK 0x0F macro
Dav7110_av.c55 #define COUNT_MASK 0x0F macro