Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dinterrupt.c88 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_tx()
94 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_tx_edma()
100 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_rx()
106 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_rx_edma()
115 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_irq_misc()
123 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, IMS), in wil6210_mask_halp()
138 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_tx()
144 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_tx_edma()
152 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_rx()
158 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, IMC), in wil6210_unmask_irq_rx_edma()
[all …]
Ddebugfs.c515 {"ICC", 0644, offsetof(struct RGF_ICR, ICC), doff_io32},
516 {"ICR", 0644, offsetof(struct RGF_ICR, ICR), doff_io32},
517 {"ICM", 0644, offsetof(struct RGF_ICR, ICM), doff_io32},
518 {"ICS", 0244, offsetof(struct RGF_ICR, ICS), doff_io32},
519 {"IMV", 0644, offsetof(struct RGF_ICR, IMV), doff_io32},
520 {"IMS", 0244, offsetof(struct RGF_ICR, IMS), doff_io32},
521 {"IMC", 0244, offsetof(struct RGF_ICR, IMC), doff_io32},
Dmain.c1396 wil_s(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_pre_fw_config()
1397 wil_w(wil, RGF_CAF_ICR + offsetof(struct RGF_ICR, IMV), ~0); in wil_pre_fw_config()
1403 wil_s(wil, RGF_PAL_UNIT_ICR + offsetof(struct RGF_ICR, ICR), in wil_pre_fw_config()
Dwil6210.h172 struct RGF_ICR { struct
Dwmi.c728 wil_w(wil, RGF_USER_USER_ICR + offsetof(struct RGF_ICR, ICS), in __wmi_send()