Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c432 uint16_t lctl, cap; in iwm_apm_config() local
448 lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL, in iwm_apm_config()
449 sizeof(lctl)); in iwm_apm_config()
450 if (lctl & PCIEM_LINK_CTL_ASPMC_L1) { in iwm_apm_config()
463 (lctl & PCIEM_LINK_CTL_ASPMC_L1) ? "En" : "Dis", in iwm_apm_config()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c286 u16 lctl; in iwl_pcie_apm_config()
296 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config()
297 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
302 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
287 u16 lctl; iwl_pcie_apm_config() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td66 def LCTL : LoadMultipleRS<"lctl", 0xB7, CR64>;
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2605 int rc, i, lcap, lctl, lsta, nchildren; in reset_adapter_with_pcie_link_bounce() local
2615 lctl = v + PCIER_LINK_CTL; in reset_adapter_with_pcie_link_bounce()
2622 v = pci_read_config(gpdev, lctl, 2); in reset_adapter_with_pcie_link_bounce()
2623 pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_LINK_DIS, 2); in reset_adapter_with_pcie_link_bounce()
2625 pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_RETRAIN_LINK, 2); in reset_adapter_with_pcie_link_bounce()