Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/ !
H A Dinterrupt.c77 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_tx()
83 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_tx_edma()
89 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_rx()
95 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_rx_edma()
104 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_misc()
112 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_halp()
127 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_tx()
133 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_tx_edma()
141 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_rx()
147 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IM in wil6210_unmask_irq_rx_edma()
[all...]
H A Ddebugfs.c488 {"ICC", 0644, offsetof(struct RGF_ICR, ICC), doff_io32},
489 {"ICR", 0644, offsetof(struct RGF_ICR, ICR), doff_io32},
490 {"ICM", 0644, offsetof(struct RGF_ICR, ICM), doff_io32},
491 {"ICS", 0244, offsetof(struct RGF_ICR, ICS), doff_io32},
492 {"IMV", 0644, offsetof(struct RGF_ICR, IMV), doff_io32},
493 {"IMS", 0244, offsetof(struct RGF_ICR, IMS), doff_io32},
494 {"IMC", 0244, offsetof(struct RGF_ICR, IMC), doff_io32},
H A Dmain.c1528 wil_s(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_pre_fw_config()
1529 wil_w(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, IMV), ~0); in wil_pre_fw_config()
1536 wil_s(wil, RGF_PAL_UNIT_ICR + offsetof(struct RGF_ICR, ICR), in wil_pre_fw_config()
H A Dwil6210.h168 struct RGF_ICR { struct
212 #define RGF_USER_USER_ICR (0x880b4c) /* struct RGF_ICR */
234 #define RGF_DMA_EP_TX_ICR (0x881bb4) /* struct RGF_ICR */
237 #define RGF_DMA_EP_RX_ICR (0x881bd0) /* struct RGF_ICR */
240 #define RGF_DMA_EP_MISC_ICR (0x881bec) /* struct RGF_ICR */
313 #define RGF_PAL_UNIT_ICR (0x88266c) /* struct RGF_ICR */
319 #define RGF_CAF_ICR_TALYN_MB (0x8893d4) /* struct RGF_ICR */
320 #define RGF_CAF_ICR (0x88946c) /* struct RGF_ICR */
169 ICCRGF_ICR global() argument
170 ICRRGF_ICR global() argument
171 ICMRGF_ICR global() argument
172 ICSRGF_ICR global() argument
173 IMVRGF_ICR global() argument
174 IMSRGF_ICR global() argument
175 IMCRGF_ICR global() argument
H A Dwmi.c747 wil_w(wil, RGF_USER_USER_ICR + offsetof(struct RGF_ICR, ICS), in __wmi_send()