Searched refs:ar_pci (Results 1 – 1 of 1) sorted by relevance
433 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local434 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()442 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local444 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()447 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()450 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()456 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local458 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()461 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()464 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_sleep()[all …]