Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dnhi_regs.h104 #define REG_INT_VEC_ALLOC_REGS (32 / REG_INT_VEC_ALLOC_BITS) macro
H A Dnhi.c126 step = index / REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()
127 shift = index % REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()