Searched refs:RGF_ICR (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | interrupt.c | 81 offsetof(struct RGF_ICR, IMS)); in wil6210_mask_irq_tx() 88 offsetof(struct RGF_ICR, IMS)); in wil6210_mask_irq_rx() 95 offsetof(struct RGF_ICR, IMS)); in wil6210_mask_irq_misc() 112 offsetof(struct RGF_ICR, IMC)); in wil6210_unmask_irq_tx() 119 offsetof(struct RGF_ICR, IMC)); in wil6210_unmask_irq_rx() 126 offsetof(struct RGF_ICR, IMC)); in wil6210_unmask_irq_misc() 154 offsetof(struct RGF_ICR, ICC)); in wil_unmask_irq() 156 offsetof(struct RGF_ICR, ICC)); in wil_unmask_irq() 158 offsetof(struct RGF_ICR, ICC)); in wil_unmask_irq() 223 offsetof(struct RGF_ICR, ICR)); in wil6210_irq_rx() [all …]
|
D | debugfs.c | 361 {"ICC", S_IRUGO | S_IWUSR, offsetof(struct RGF_ICR, ICC), doff_io32}, 362 {"ICR", S_IRUGO | S_IWUSR, offsetof(struct RGF_ICR, ICR), doff_io32}, 363 {"ICM", S_IRUGO | S_IWUSR, offsetof(struct RGF_ICR, ICM), doff_io32}, 364 {"ICS", S_IWUSR, offsetof(struct RGF_ICR, ICS), doff_io32}, 365 {"IMV", S_IRUGO | S_IWUSR, offsetof(struct RGF_ICR, IMV), doff_io32}, 366 {"IMS", S_IWUSR, offsetof(struct RGF_ICR, IMS), doff_io32}, 367 {"IMC", S_IWUSR, offsetof(struct RGF_ICR, IMC), doff_io32},
|
D | wil6210.h | 118 struct RGF_ICR { struct 265 offsetof(struct RGF_ICR, ICS))
|
D | main.c | 742 S(RGF_CAF_ICR + offsetof(struct RGF_ICR, ICR), 0); in wil_reset() 743 W(RGF_CAF_ICR + offsetof(struct RGF_ICR, IMV), ~0); in wil_reset()
|