Searched refs:PCI_EXP_LNKCTL (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | pci.c | 14 pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &aspm_conf); in mt76_pci_disable_aspm() 17 pcie_capability_read_word(parent, PCI_EXP_LNKCTL, in mt76_pci_disable_aspm() 42 pcie_capability_clear_word(pdev, PCI_EXP_LNKCTL, aspm_conf); in mt76_pci_disable_aspm() 44 pcie_capability_clear_word(parent, PCI_EXP_LNKCTL, in mt76_pci_disable_aspm()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_reset.c | 150 linkctl = hca_header[(pcie_cap + PCI_EXP_LNKCTL) / 4]; in mlx4_reset() 152 PCI_EXP_LNKCTL, in mlx4_reset()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_reset.c | 264 linkctl = hca_header[(hca_pcie_cap + PCI_EXP_LNKCTL) / 4]; in mthca_reset() 265 if (pci_write_config_word(mdev->pdev, hca_pcie_cap + PCI_EXP_LNKCTL, in mthca_reset()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 124 #define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */ macro 602 #define PCI_EXP_LNKCTL PCIER_LINK_CTL macro 968 case PCI_EXP_LNKCTL: in pcie_capability_reg_implemented() 1035 if (pos == PCI_EXP_LNKCTL || pos == PCI_EXP_RTCTL) in pcie_capability_clear_and_set_word() 1045 if (pos == PCI_EXP_LNKCTL || pos == PCI_EXP_RTCTL) in pcie_capability_clear_and_set_word()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 182 #define PCI_EXP_LNKCTL PCIER_LINK_CTL macro
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | pci.c | 608 pcie_capability_read_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath11k_pci_aspm_disable() 617 pcie_capability_write_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath11k_pci_aspm_disable() 626 pcie_capability_write_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath11k_pci_aspm_restore()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | pci.c | 800 pcie_capability_read_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath12k_pci_aspm_disable() 809 pcie_capability_write_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath12k_pci_aspm_disable() 818 pcie_capability_write_word(ab_pci->pdev, PCI_EXP_LNKCTL, in ath12k_pci_aspm_restore()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | pci.c | 2054 pcie_capability_write_word(ar_pci->pdev, PCI_EXP_LNKCTL, in ath10k_pci_hif_start() 2915 pcie_capability_read_word(ar_pci->pdev, PCI_EXP_LNKCTL, in ath10k_pci_hif_power_up() 2917 pcie_capability_write_word(ar_pci->pdev, PCI_EXP_LNKCTL, in ath10k_pci_hif_power_up()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | pci.c | 1502 ret = pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &link_ctrl); in rtw_pci_link_cfg()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 296 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_hw.c | 4102 adap->params.pci.pcie_cap_addr + PCI_EXP_LNKCTL, in config_pcie()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | pci.c | 4023 ret = pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &link_ctrl);
|