Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmhi.c253 struct ath12k_base *ab = ab_pci->ab; in ath12k_mhi_get_msi()
275 ab_pci->mhi_ctrl->irq = irq; in ath12k_mhi_get_msi()
355 struct ath12k_base *ab = ab_pci->ab; in ath12k_mhi_register()
364 ab_pci->amss_path, in ath12k_mhi_register()
365 sizeof(ab_pci->amss_path)); in ath12k_mhi_register()
367 ab_pci->mhi_ctrl = mhi_ctrl; in ath12k_mhi_register()
373 ret = ath12k_mhi_get_msi(ab_pci); in ath12k_mhi_register()
408 ab_pci->mhi_ctrl = NULL; in ath12k_mhi_unregister()
440 struct ath12k_base *ab = ab_pci->ab; in ath12k_mhi_set_state_bit()
478 struct ath12k_base *ab = ab_pci->ab; in ath12k_mhi_check_state_bit()
[all …]
H A Dpci.c801 &ab_pci->link_ctl); in ath12k_pci_aspm_disable()
804 ab_pci->link_ctl, in ath12k_pci_aspm_disable()
819 ab_pci->link_ctl); in ath12k_pci_aspm_restore()
1139 ab_pci->register_window = 0; in ath12k_pci_power_up()
1171 ath12k_mhi_stop(ab_pci); in ath12k_pci_power_down()
1215 struct ath12k_pci *ab_pci; in ath12k_pci_probe() local
1227 ab_pci = ath12k_pci_priv(ab); in ath12k_pci_probe()
1229 ab_pci->ab = ab; in ath12k_pci_probe()
1230 ab_pci->pdev = pdev; in ath12k_pci_probe()
1343 ath12k_pci_msi_free(ab_pci); in ath12k_pci_probe()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpci.c609 &ab_pci->link_ctl); in ath11k_pci_aspm_disable()
612 ab_pci->link_ctl, in ath11k_pci_aspm_disable()
627 ab_pci->link_ctl); in ath11k_pci_aspm_restore()
635 ab_pci->register_window = 0; in ath11k_pci_power_up()
669 ath11k_mhi_stop(ab_pci); in ath11k_pci_power_down()
766 struct ath11k_pci *ab_pci; in ath11k_pci_probe() local
784 ab_pci = ath11k_pci_priv(ab); in ath11k_pci_probe()
786 ab_pci->ab = ab; in ath11k_pci_probe()
787 ab_pci->pdev = pdev; in ath11k_pci_probe()
962 ath11k_pci_free_msi(ab_pci); in ath11k_pci_probe()
[all …]
H A Dmhi.c260 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_get_msi()
287 ab_pci->mhi_ctrl->irq = irq; in ath11k_mhi_get_msi()
392 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_register()
402 ab_pci->amss_path, in ath11k_mhi_register()
403 sizeof(ab_pci->amss_path)); in ath11k_mhi_register()
405 ab_pci->mhi_ctrl = mhi_ctrl; in ath11k_mhi_register()
411 ret = ath11k_mhi_get_msi(ab_pci); in ath11k_mhi_register()
465 ab_pci->mhi_ctrl = NULL; in ath11k_mhi_register()
480 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_start()
508 struct ath11k_base *ab = ab_pci->ab; in ath11k_mhi_suspend()
[all …]