Home
last modified time | relevance | path

Searched refs:ar_pci (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dpci.c423 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local
424 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() local
434 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() local
448 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 …]
Dce.c328 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_ce_send_revert() local
332 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() local
363 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() local
377 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() local
395 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_rx_num_free_bufs()
[all …]
Dpci.h151 struct ath10k_pci *ar_pci; member