Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dpci.c431 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local
432 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()
440 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local
442 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
445 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()
448 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()
454 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local
456 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
459 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()
462 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_sleep()
[all …]
Dahb.c406 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_request_irq_legacy() local
418 ar_pci->oper_irq_mode = ATH10K_PCI_IRQ_LEGACY; in ath10k_ahb_request_irq_legacy()
730 struct ath10k_pci *ar_pci; in ath10k_ahb_probe() local
745 size = sizeof(*ar_pci) + sizeof(*ar_ahb); in ath10k_ahb_probe()
755 ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_probe()
766 ar_pci->mem = ar_ahb->mem; in ath10k_ahb_probe()
767 ar_pci->mem_len = ar_ahb->mem_len; in ath10k_ahb_probe()
768 ar_pci->ar = ar; in ath10k_ahb_probe()
769 ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops; in ath10k_ahb_probe()
770 ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr; in ath10k_ahb_probe()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmhi.h32 int ath11k_mhi_start(struct ath11k_pci *ar_pci);
33 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);
34 int ath11k_mhi_register(struct ath11k_pci *ar_pci);
35 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);
39 void ath11k_mhi_suspend(struct ath11k_pci *ar_pci);
40 void ath11k_mhi_resume(struct ath11k_pci *ar_pci);
Dpci.h97 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ar_pci, char *user_name,
Dpci.c1047 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_suspend() local
1049 ath11k_mhi_suspend(ar_pci); in ath11k_pci_hif_suspend()
1056 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_resume() local
1058 ath11k_mhi_resume(ar_pci); in ath11k_pci_hif_resume()