Home
last modified time | relevance | path

Searched refs:linkctrl_reg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c213 u8 linkctrl_reg = pcipriv->ndis_adapter.linkctrl_reg; in __rtl_pci_disable_aspm() local
234 linkctrl_reg &= ~aspmlevel; in __rtl_pci_disable_aspm()
236 _rtl_pci_platform_switch_device_pci_aspm(hw, linkctrl_reg); in __rtl_pci_disable_aspm()
275 u_device_aspmsetting = pcipriv->ndis_adapter.linkctrl_reg; in rtl_pci_enable_aspm()
321 u16 linkctrl_reg; in rtl_pci_parse_configuration() local
324 pcie_capability_read_word(pdev, PCI_EXP_LNKCTL, &linkctrl_reg); in rtl_pci_parse_configuration()
325 pcipriv->ndis_adapter.linkctrl_reg = (u8)linkctrl_reg; in rtl_pci_parse_configuration()
328 pcipriv->ndis_adapter.linkctrl_reg); in rtl_pci_parse_configuration()
1999 pdev->vendor, pcipriv->ndis_adapter.linkctrl_reg); in _rtl_pci_find_adapter()
H A Dpci.h207 u8 linkctrl_reg; member