Searched refs:ar_pci (Results 1 – 2 of 2) sorted by relevance
442 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local443 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()451 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local453 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()456 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()459 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()465 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local467 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()470 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()473 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_sleep()[all …]
417 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_request_irq_legacy() local429 ar_pci->oper_irq_mode = ATH10K_PCI_IRQ_LEGACY; in ath10k_ahb_request_irq_legacy()748 struct ath10k_pci *ar_pci; in ath10k_ahb_probe() local763 size = sizeof(*ar_pci) + sizeof(*ar_ahb); in ath10k_ahb_probe()773 ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_probe()784 ar_pci->mem = ar_ahb->mem; in ath10k_ahb_probe()785 ar_pci->mem_len = ar_ahb->mem_len; in ath10k_ahb_probe()786 ar_pci->ar = ar; in ath10k_ahb_probe()787 ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops; in ath10k_ahb_probe()788 ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr; in ath10k_ahb_probe()[all …]