/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | interrupt.c | 295 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_rx() 357 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_rx_edma() 408 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_tx_edma() 454 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_tx() 542 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_misc() 688 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 696 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 705 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 713 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 722 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() [all...] |
H A D | main.c | 1528 wil_s(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_pre_fw_config() 1536 wil_s(wil, RGF_PAL_UNIT_ICR + offsetof(struct RGF_ICR, ICR), in wil_pre_fw_config() 1963 /* mark to IRQ context to handle HALP ICR */ in wil_halp_vote()
|
H A D | wil6210.h | 168 u32 ICR; /* Cause, W1C/COR depending on ICC */ member 169 u32 ICM; /* Cause masked (ICR & ~IMV), W1C/COR depending on ICC */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | interrupt.c | 295 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_rx() 357 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_rx_edma() 408 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_tx_edma() 454 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_tx() 542 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_misc() 688 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 696 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 705 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 713 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 722 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() [all...] |
H A D | main.c | 1528 wil_s(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_pre_fw_config() 1536 wil_s(wil, RGF_PAL_UNIT_ICR + offsetof(struct RGF_ICR, ICR), in wil_pre_fw_config() 1963 /* mark to IRQ context to handle HALP ICR */ in wil_halp_vote()
|
/kernel/linux/linux-5.10/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 19 [VX_ICR] = 0x00, // ICR 153 vx_outb(chip, ICR, 0); in vxp_load_xilinx_binary() 161 vx_outb(chip, ICR, ICR_HF1); in vxp_load_xilinx_binary() 177 vx_outb(chip, ICR, 0); in vxp_load_xilinx_binary() 193 vx_outb(chip, ICR, ICR_HF0); in vxp_load_xilinx_binary() 316 vx_outb(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx_setup_pseudo_dma() 341 vx_outb(chip, ICR, 0); in vx_release_pseudo_dma() 425 vx_outb(chip, ICR, 0); in vxp_dma_read()
|
/kernel/linux/linux-6.6/sound/pcmcia/vx/ |
H A D | vxp_ops.c | 19 [VX_ICR] = 0x00, // ICR 153 vx_outb(chip, ICR, 0); in vxp_load_xilinx_binary() 161 vx_outb(chip, ICR, ICR_HF1); in vxp_load_xilinx_binary() 177 vx_outb(chip, ICR, 0); in vxp_load_xilinx_binary() 193 vx_outb(chip, ICR, ICR_HF0); in vxp_load_xilinx_binary() 318 vx_outb(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx_setup_pseudo_dma() 343 vx_outb(chip, ICR, 0); in vx_release_pseudo_dma() 427 vx_outb(chip, ICR, 0); in vxp_dma_read()
|
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | irq.c | 114 set_creg(ICR, 0xfff0); in init_IRQ()
|
/kernel/linux/linux-5.10/sound/pci/vx222/ |
H A D | vx222_ops.c | 225 vx_outl(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx2_setup_pseudo_dma() 239 vx_outl(chip, ICR, 0); in vx2_release_pseudo_dma()
|
/kernel/linux/linux-6.6/sound/pci/vx222/ |
H A D | vx222_ops.c | 225 vx_outl(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ); in vx2_setup_pseudo_dma() 239 vx_outl(chip, ICR, 0); in vx2_release_pseudo_dma()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink.c | 349 #define ICR 0x18 /* Interrupt Control Register */ macro 486 * Bits for enabling and disabling IRQs in Interrupt Control Register (ICR) 606 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0xff00) + 0xc0 + (b)) ) 609 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0xff00) + 0x80 + (b)) ) 612 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0x0f00) + 0xb000) ) 615 usc_OutReg( (a), ICR, (u16)(usc_InReg((a),ICR) [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btnxpuart.c | 252 #define ICR 0x000000c7 macro 612 uart_config.icr.value = __cpu_to_le32(ICR); in nxp_fw_change_baudrate()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_hw.c | 144 IXGB_READ_REG(hw, ICR); in ixgb_adapter_stop()
|
H A D | ixgb_ethtool.c | 224 *reg++ = IXGB_READ_REG(hw, ICR); /* 5 */ in ixgb_get_regs()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | MC68VZ328.h | 210 #define ICR WORD_REF(ICR_ADDR) macro
|
H A D | MC68EZ328.h | 208 #define ICR WORD_REF(ICR_ADDR) macro
|
H A D | MC68328.h | 246 #define ICR WORD_REF(ICR_ADDR) macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 717 er32(ICR); in e1000_reset_hw_80003es2lan()
|
H A D | 82571.c | 1042 er32(ICR); in e1000_reset_hw_82571()
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | MC68VZ328.h | 210 #define ICR WORD_REF(ICR_ADDR) macro
|
H A D | MC68EZ328.h | 208 #define ICR WORD_REF(ICR_ADDR) macro
|
H A D | MC68328.h | 246 #define ICR WORD_REF(ICR_ADDR) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 717 er32(ICR); in e1000_reset_hw_80003es2lan()
|
H A D | 82571.c | 1042 er32(ICR); in e1000_reset_hw_82571()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.h | 172 #define ICR 100000 macro
|