Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c432 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local
433 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()
441 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local
443 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()
446 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()
449 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()
455 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local
457 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()
460 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()
463 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_sleep()
[all …]
H A 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
742 size = sizeof(*ar_pci) + sizeof(*ar_ahb); in ath10k_ahb_probe()
752 ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_probe()
763 ar_pci->mem = ar_ahb->mem; in ath10k_ahb_probe()
764 ar_pci->mem_len = ar_ahb->mem_len; in ath10k_ahb_probe()
765 ar_pci->ar = ar; in ath10k_ahb_probe()
766 ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops; in ath10k_ahb_probe()
767 ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr; in ath10k_ahb_probe()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.h20 int ath11k_mhi_start(struct ath11k_pci *ar_pci);
21 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);
22 int ath11k_mhi_register(struct ath11k_pci *ar_pci);
23 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);
27 int ath11k_mhi_suspend(struct ath11k_pci *ar_pci);
28 int ath11k_mhi_resume(struct ath11k_pci *ar_pci);
H A Dpci.c646 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_suspend() local
648 return ath11k_mhi_suspend(ar_pci); in ath11k_pci_hif_suspend()
653 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_resume() local
655 return ath11k_mhi_resume(ar_pci); in ath11k_pci_hif_resume()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.h36 int ath12k_mhi_start(struct ath12k_pci *ar_pci);
37 void ath12k_mhi_stop(struct ath12k_pci *ar_pci);
38 int ath12k_mhi_register(struct ath12k_pci *ar_pci);
39 void ath12k_mhi_unregister(struct ath12k_pci *ar_pci);
43 void ath12k_mhi_suspend(struct ath12k_pci *ar_pci);
44 void ath12k_mhi_resume(struct ath12k_pci *ar_pci);
H A Dpci.c992 struct ath12k_pci *ar_pci = ath12k_pci_priv(ab); in ath12k_pci_hif_suspend() local
994 ath12k_mhi_suspend(ar_pci); in ath12k_pci_hif_suspend()
1001 struct ath12k_pci *ar_pci = ath12k_pci_priv(ab); in ath12k_pci_hif_resume() local
1003 ath12k_mhi_resume(ar_pci); in ath12k_pci_hif_resume()