Searched refs:ar_pci (Results 1 – 6 of 6) sorted by relevance
439 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local441 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()444 u32 val = bus_read_4((struct resource *)ar_pci->mem, PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()453 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local455 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()458 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()462 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()465 bus_write_4((struct resource *)ar_pci->mem, in __ath10k_pci_wake()473 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local475 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()[all …]
406 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_request_irq_legacy() local418 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() local742 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 …]
19 int ath11k_mhi_start(struct ath11k_pci *ar_pci);20 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);21 int ath11k_mhi_register(struct ath11k_pci *ar_pci);22 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);26 int ath11k_mhi_suspend(struct ath11k_pci *ar_pci);27 int ath11k_mhi_resume(struct ath11k_pci *ar_pci);
676 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_suspend() local678 return ath11k_mhi_suspend(ar_pci); in ath11k_pci_hif_suspend()683 struct ath11k_pci *ar_pci = ath11k_pci_priv(ab); in ath11k_pci_hif_resume() local685 return ath11k_mhi_resume(ar_pci); in ath11k_pci_hif_resume()
36 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);
985 struct ath12k_pci *ar_pci = ath12k_pci_priv(ab); in ath12k_pci_hif_suspend() local987 ath12k_mhi_suspend(ar_pci); in ath12k_pci_hif_suspend()994 struct ath12k_pci *ar_pci = ath12k_pci_priv(ab); in ath12k_pci_hif_resume() local996 ath12k_mhi_resume(ar_pci); in ath12k_pci_hif_resume()