Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dpci.c222 u16 aspmlevel = 0; in rtl_pci_disable_aspm() local
244 aspmlevel |= BIT(0) | BIT(1); in rtl_pci_disable_aspm()
245 linkctrl_reg &= ~aspmlevel; in rtl_pci_disable_aspm()
271 u16 aspmlevel; in rtl_pci_enable_aspm() local
304 aspmlevel = rtlpci->const_devicepci_aspm_setting; in rtl_pci_enable_aspm()
310 u_device_aspmsetting |= aspmlevel; in rtl_pci_enable_aspm()
/Linux-v4.19/drivers/staging/rtlwifi/
Dpci.c228 u16 aspmlevel = 0; in rtl_pci_disable_aspm() local
250 aspmlevel |= BIT(0) | BIT(1); in rtl_pci_disable_aspm()
251 linkctrl_reg &= ~aspmlevel; in rtl_pci_disable_aspm()
278 u16 aspmlevel; in rtl_pci_enable_aspm() local
311 aspmlevel = rtlpci->const_devicepci_aspm_setting; in rtl_pci_enable_aspm()
317 u_device_aspmsetting |= aspmlevel; in rtl_pci_enable_aspm()