Searched refs:lctl (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/iwm/ |
| H A D | if_iwm_pcie_trans.c | 432 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()
|
| /src/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 210 u16 lctl; in iwl_pcie_apm_config() local 220 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config() 221 trans_pcie->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config() 226 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 66 def LCTL : LoadMultipleRS<"lctl", 0xB7, CR64>;
|
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 2503 uint16_t lctl, cap; in iwx_apm_config() local 2520 lctl = pci_read_config(sc->sc_dev, pcie_ptr + PCIER_LINK_CTL, in iwx_apm_config() 2521 sizeof(lctl)); in iwx_apm_config() 2523 sc->sc_pm_support = !(lctl & PCI_PCIE_LCSR_ASPM_L0S); in iwx_apm_config() 2526 sizeof(lctl)); in iwx_apm_config() 2532 (lctl & PCI_PCIE_LCSR_ASPM_L1) ? "En" : "Dis", in iwx_apm_config()
|
| /src/sys/dev/cxgbe/ |
| H A D | t4_main.c | 2722 int rc, i, lcap, lctl, lsta, nchildren; in reset_adapter_with_pcie_link_bounce() local 2732 lctl = v + PCIER_LINK_CTL; in reset_adapter_with_pcie_link_bounce() 2739 v = pci_read_config(gpdev, lctl, 2); in reset_adapter_with_pcie_link_bounce() 2740 pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_LINK_DIS, 2); in reset_adapter_with_pcie_link_bounce() 2742 pci_write_config(gpdev, lctl, v | PCIEM_LINK_CTL_RETRAIN_LINK, 2); in reset_adapter_with_pcie_link_bounce()
|