Searched refs:ar_pci (Results 1 – 2 of 2) sorted by relevance
431 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local432 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() local442 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() local456 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 …]
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()738 struct ath10k_pci *ar_pci; in ath10k_ahb_probe() local753 size = sizeof(*ar_pci) + sizeof(*ar_ahb); in ath10k_ahb_probe()763 ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_probe()774 ar_pci->mem = ar_ahb->mem; in ath10k_ahb_probe()775 ar_pci->mem_len = ar_ahb->mem_len; in ath10k_ahb_probe()776 ar_pci->ar = ar; in ath10k_ahb_probe()777 ar_pci->ce.bus_ops = &ath10k_ahb_bus_ops; in ath10k_ahb_probe()778 ar_pci->targ_cpu_to_ce_addr = ath10k_ahb_qca4019_targ_cpu_to_ce_addr; in ath10k_ahb_probe()[all …]