Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/rsxx/
Ddma.c187 #define INTR_COAL_COUNT_MASK (((1 << INTR_COAL_COUNT_BITS) - 1) << \ macro
199 return ((count << INTR_COAL_COUNT_SHIFT) & INTR_COAL_COUNT_MASK) | in dma_intr_coal_val()