Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thunderbolt/
Dnhi_regs.h101 #define REG_INT_VEC_ALLOC_REGS (32 / REG_INT_VEC_ALLOC_BITS) macro
Dnhi.c88 step = index / REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()
89 shift = index % REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()