Searched refs:RGF_ICR (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/wil6210/ |
| H A D | interrupt.c | 685 offsetof(struct RGF_ICR, ICM)); in wil6210_debug_irq_mask() 688 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 693 offsetof(struct RGF_ICR, ICM)); in wil6210_debug_irq_mask() 696 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 702 offsetof(struct RGF_ICR, ICM)); in wil6210_debug_irq_mask() 705 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 710 offsetof(struct RGF_ICR, ICM)); in wil6210_debug_irq_mask() 713 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() 719 offsetof(struct RGF_ICR, ICM)); in wil6210_debug_irq_mask() 722 offsetof(struct RGF_ICR, ICR)); in wil6210_debug_irq_mask() [all …]
|
| H A D | debugfs.c | 488 {"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 D | main.c | 1528 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 D | wil6210.h | 168 struct RGF_ICR { struct
|
| H A D | wmi.c | 747 wil_w(wil, RGF_USER_USER_ICR + offsetof(struct RGF_ICR, ICS), in __wmi_send()
|