Searched refs:ar_pci (Results 1 – 3 of 3) sorted by relevance
423 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local424 u32 val = ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in ath10k_pci_is_awake()432 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_wake() local434 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_wake()437 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_wake()440 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_wake()446 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_sleep() local448 lockdep_assert_held(&ar_pci->ps_lock); in __ath10k_pci_sleep()451 ar_pci->ps_wake_refcount, ar_pci->ps_awake); in __ath10k_pci_sleep()454 ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + in __ath10k_pci_sleep()[all …]
328 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_ce_send_revert() local332 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_send_revert()360 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ce_send() local363 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_send()366 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_send()374 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ce_num_free_src_entries() local377 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_num_free_src_entries()381 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_num_free_src_entries()389 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_ce_rx_num_free_bufs() local395 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_rx_num_free_bufs()[all …]
151 struct ath10k_pci *ar_pci; member