Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dnhi_regs.h85 #define RING_NOTIFY_REG_COUNT(nhi) ((31 + 3 * nhi->hop_count) / 32) macro
Dnhi.c166 for (i = 0; i < RING_NOTIFY_REG_COUNT(nhi); i++) in nhi_disable_interrupts()