Home
last modified time | relevance | path

Searched refs:ivr (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/native/
Dinst.h33 mov reg = cr.ivr
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dnhi.c61 u32 step, shift, ivr, misc; in ring_interrupt_active() local
83 ivr = ioread32(ivr_base + step); in ring_interrupt_active()
84 ivr &= ~(REG_INT_VEC_ALLOC_MASK << shift); in ring_interrupt_active()
86 ivr |= ring->vector << shift; in ring_interrupt_active()
87 iowrite32(ivr, ivr_base + step); in ring_interrupt_active()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmpc52xx_psc.h199 u8 ivr; /* PSC + 0x30 */ member
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Datarihw.h503 u_char ivr; member
/kernel/linux/linux-5.10/drivers/tty/
Dcyclades.c444 u8 ivr, save_xir, channel, save_car, data, char_count; in cyy_chip_rx() local
456 ivr = cyy_readb(info, CyRIVR) & CyIVRMask; in cyy_chip_rx()
459 if (ivr == CyIVRRxEx) { /* exception */ in cyy_chip_rx()