Searched refs:lctl (Results 1 – 3 of 3) sorted by relevance
432 uint16_t lctl, cap; in iwm_apm_config() local448 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()
287 u16 lctl; in iwl_pcie_apm_config() local297 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()
66 def LCTL : LoadMultipleRS<"lctl", 0xB7, CR64>;