Home
last modified time | relevance | path

Searched refs:REG_INT_VEC_ALLOC_REGS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dnhi_regs.h101 #define REG_INT_VEC_ALLOC_REGS (32 / REG_INT_VEC_ALLOC_BITS) macro
H A Dnhi.c81 step = index / REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()
82 shift = index % REG_INT_VEC_ALLOC_REGS * REG_INT_VEC_ALLOC_BITS; in ring_interrupt_active()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds