Home
last modified time | relevance | path

Searched refs:pci_ops (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c1031 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup) in ath12k_pci_read32()
1032 ret = ab_pci->pci_ops->wakeup(ab); in ath12k_pci_read32()
1072 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->release && in ath12k_pci_read32()
1074 ab_pci->pci_ops->release(ab); in ath12k_pci_read32()
1088 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->wakeup) in ath12k_pci_write32()
1089 ret = ab_pci->pci_ops->wakeup(ab); in ath12k_pci_write32()
1129 offset >= ACCESS_ALWAYS_OFF && ab_pci->pci_ops->release && in ath12k_pci_write32()
1131 ab_pci->pci_ops->release(ab); in ath12k_pci_write32()
1245 ab_pci->pci_ops = &ath12k_pci_ops_qcn9274; in ath12k_pci_probe()
1266 ab_pci->pci_ops = &ath12k_pci_ops_wcn7850; in ath12k_pci_probe()
H A Dpci.h111 const struct ath12k_pci_ops *pci_ops; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpcic.c780 const struct ath11k_pci_ops *pci_ops) in ath11k_pcic_register_pci_ops() argument
782 if (!pci_ops) in ath11k_pcic_register_pci_ops()
786 if (!pci_ops->get_msi_irq || !pci_ops->window_write32 || in ath11k_pcic_register_pci_ops()
787 !pci_ops->window_read32) in ath11k_pcic_register_pci_ops()
790 ab->pci.ops = pci_ops; in ath11k_pcic_register_pci_ops()
H A Dpci.c772 const struct ath11k_pci_ops *pci_ops; in ath11k_pci_probe() local
833 pci_ops = &ath11k_pci_ops_qca6390; in ath11k_pci_probe()
836 pci_ops = &ath11k_pci_ops_qcn9074; in ath11k_pci_probe()
866 pci_ops = &ath11k_pci_ops_qca6390; in ath11k_pci_probe()
875 ret = ath11k_pcic_register_pci_ops(ab, pci_ops); in ath11k_pci_probe()
H A Dpcic.h49 const struct ath11k_pci_ops *pci_ops);
H A Dahb.c1089 const struct ath11k_pci_ops *pci_ops; in ath11k_ahb_probe() local
1106 pci_ops = NULL; in ath11k_ahb_probe()
1110 pci_ops = &ath11k_ahb_pci_ops_wcn6750; in ath11k_ahb_probe()
1136 ret = ath11k_pcic_register_pci_ops(ab, pci_ops); in ath11k_ahb_probe()