Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dnhi_regs.h92 #define REG_RING_INTERRUPT_BASE 0x38200 macro
H A Dnhi.c54 int reg = REG_RING_INTERRUPT_BASE + in ring_interrupt_active()
118 iowrite32(0, nhi->iobase + REG_RING_INTERRUPT_BASE + 4 * i); in nhi_disable_interrupts()
335 int reg = REG_RING_INTERRUPT_BASE + idx / 32 * 4; in __ring_interrupt_mask()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dnhi_regs.h93 #define REG_RING_INTERRUPT_BASE 0x38200 macro
H A Dnhi.c66 val = ioread32(nhi->iobase + REG_RING_INTERRUPT_BASE + ring); in nhi_mask_interrupt()
67 iowrite32(val & ~mask, nhi->iobase + REG_RING_INTERRUPT_BASE + ring); in nhi_mask_interrupt()
89 int reg = REG_RING_INTERRUPT_BASE + index; in ring_interrupt_active()
384 int reg = REG_RING_INTERRUPT_BASE + idx / 32 * 4; in __ring_interrupt_mask()

Completed in 5 milliseconds