Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ras/
Dcec.c77 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1) macro
86 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK)
124 static unsigned int count_threshold = COUNT_MASK;
394 if (val > COUNT_MASK) in count_threshold_set()
395 val = COUNT_MASK; in count_threshold_set()
/Linux-v4.19/drivers/media/pci/ttpci/
Ddvb_filter.h105 #define COUNT_MASK 0x0F macro
Dav7110_av.c69 #define COUNT_MASK 0x0F macro