Home
last modified time | relevance | path

Searched refs:ICR (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c295 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 Dmain.c1528 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()
/OK3568_Linux_fs/kernel/sound/pcmcia/vx/
H A Dvxp_ops.c153 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()
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dcpu_sh7750.h118 #define ICR 0xFFD00000 macro
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dirq.c114 set_creg(ICR, 0xfff0); in init_IRQ()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmpcispi.h134 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmpcispi.h134 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmpcispi.h155 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmpcispi.h134 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmpcispi.h134 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmpcispi.h155 uint32 ICR; /* 0x1EC 32 R/W Interrupt Control register */ member
/OK3568_Linux_fs/kernel/sound/pci/vx222/
H A Dvx222_ops.c225 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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink.c349 #define ICR 0x18 /* Interrupt Control Register */ macro
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) & 0x7f00) )
3502 u16 Icr = usc_InReg( info, ICR ); in line_info()
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dhypercalls.rst150 - a3: APIC ICR
/OK3568_Linux_fs/u-boot/include/
H A Dppc_asm.tmpl88 #define ICR 148 /* Interrupt Cause Register (37-44) */
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S82 mfspr r3, ICR /* clear Interrupt Cause Register */
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A DMC68EZ328.h208 #define ICR WORD_REF(ICR_ADDR) macro
H A DMC68328.h246 #define ICR WORD_REF(ICR_ADDR) macro
H A DMC68VZ328.h210 #define ICR WORD_REF(ICR_ADDR) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_hw.c144 IXGB_READ_REG(hw, ICR); in ixgb_adapter_stop()
H A Dixgb_ethtool.c224 *reg++ = IXGB_READ_REG(hw, ICR); /* 5 */ in ixgb_get_regs()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c717 er32(ICR); in e1000_reset_hw_80003es2lan()
H A Dnetdev.c1761 u32 icr = er32(ICR); in e1000_intr_msi()
1828 u32 rctl, icr = er32(ICR); in e1000_intr()
1903 u32 icr = er32(ICR); in e1000_msix_other()
4492 u32 icr = er32(ICR); in e1000_intr_msi_test()
4520 er32(ICR); in e1000_test_msi_interrupt()
H A D82571.c1042 er32(ICR); in e1000_reset_hw_82571()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Diphase.h172 #define ICR 100000 macro

12