Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c257 u8 pcibridge_linkctrlreg, aspmlevel = 0; in rtw_pci_disable_aspm() local
276 aspmlevel |= BIT(0) | BIT(1); in rtw_pci_disable_aspm()
277 linkctrl_reg &= ~aspmlevel; in rtw_pci_disable_aspm()
278 pcibridge_linkctrlreg &= ~aspmlevel; in rtw_pci_disable_aspm()
326 u16 aspmlevel = 0; in rtw_pci_enable_aspm() local
403 aspmlevel |= pdvobjpriv->const_devicepci_aspm_setting; in rtw_pci_enable_aspm()
405 u_device_aspmsetting |= aspmlevel; /* device 43 */ in rtw_pci_enable_aspm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c200 u16 aspmlevel = 0; in rtl_pci_disable_aspm() local
222 aspmlevel |= BIT(0) | BIT(1); in rtl_pci_disable_aspm()
223 linkctrl_reg &= ~aspmlevel; in rtl_pci_disable_aspm()
249 u16 aspmlevel; in rtl_pci_enable_aspm() local
282 aspmlevel = rtlpci->const_devicepci_aspm_setting; in rtl_pci_enable_aspm()
288 u_device_aspmsetting |= aspmlevel; in rtl_pci_enable_aspm()