Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.h105 #define COUNT_MASK 0x0F macro
H A Dav7110_av.c55 #define COUNT_MASK 0x0F macro