Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c287 u16 lctl; in iwl_pcie_apm_config() local
297 pcie_capability_read_word(trans_pcie->pci_dev, PCI_EXP_LNKCTL, &lctl); in iwl_pcie_apm_config()
298 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
303 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td66 def LCTL : LoadMultipleRS<"lctl", 0xB7, CR64>;