Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thunderbolt/
Dnhi_regs.h93 #define RING_INTERRUPT_REG_COUNT(nhi) ((31 + 2 * nhi->hop_count) / 32) macro
Dnhi.c124 for (i = 0; i < RING_INTERRUPT_REG_COUNT(nhi); i++) in nhi_disable_interrupts()