Searched refs:HIDMA_PRIORITY_BIT_POS (Results 1 – 1 of 1) sorted by relevance
40 #define HIDMA_PRIORITY_BIT_POS 15 macro144 val &= ~(1 << HIDMA_PRIORITY_BIT_POS); in hidma_mgmt_setup()145 val |= (priority & 0x1) << HIDMA_PRIORITY_BIT_POS; in hidma_mgmt_setup()