Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dpci.c431 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_is_awake() local
432 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() local
442 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() local
456 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 …]
Dahb.c406 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ahb_request_irq_legacy() local
418 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() local
753 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dmhi.h32 int ath11k_mhi_start(struct ath11k_pci *ar_pci);
33 void ath11k_mhi_stop(struct ath11k_pci *ar_pci);
34 int ath11k_mhi_register(struct ath11k_pci *ar_pci);
35 void ath11k_mhi_unregister(struct ath11k_pci *ar_pci);
Dpci.h65 int ath11k_pci_get_user_msi_assignment(struct ath11k_pci *ar_pci, char *user_name,