Searched refs:link_ctl (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.h75 u16 link_ctl; member in struct:ath11k_pci
H A Dpci.c590 &ab_pci->link_ctl);
592 ath11k_dbg(ab, ATH11K_DBG_PCI, "link_ctl 0x%04x L0s %d L1 %d\n",
593 ab_pci->link_ctl,
594 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S),
595 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1));
609 ab_pci->link_ctl &
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dpci.h134 u16 link_ctl; member in struct:ath10k_pci
H A Dpci.c1969 ar_pci->link_ctl & PCI_EXP_LNKCTL_ASPMC);
2825 &ar_pci->link_ctl);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.h114 u16 link_ctl; member in struct:ath12k_pci
H A Dpci.c903 &ab_pci->link_ctl);
905 ath12k_dbg(ab, ATH12K_DBG_PCI, "pci link_ctl 0x%04x L0s %d L1 %d\n",
906 ab_pci->link_ctl,
907 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S),
908 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1));
942 ab_pci->link_ctl &

Completed in 181 milliseconds