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