Searched refs:RTW_PCIE_BUS_FUNC_DISABLE (Results 1 – 8 of 8) sorted by relevance
1241 …cap.l0s_ctrl = (rtw_pci_aspm_enable & BIT1) ? RTW_PCIE_BUS_FUNC_ENABLE : RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1242 …_cap.l1_ctrl = (rtw_pci_aspm_enable & BIT2) ? RTW_PCIE_BUS_FUNC_ENABLE : RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1243 …ap.l1ss_ctrl = (rtw_pci_aspm_enable & BIT3) ? RTW_PCIE_BUS_FUNC_ENABLE : RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1245 …cap.crq_ctrl = (rtw_pci_aspm_enable & BIT0) ? RTW_PCIE_BUS_FUNC_ENABLE : RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1247 phl_com->bus_sw_cap.l0s_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1248 phl_com->bus_sw_cap.l1_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1249 phl_com->bus_sw_cap.l1ss_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1251 phl_com->bus_sw_cap.crq_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()
127 hw_mode ? RTW_PCIE_BUS_FUNC_ENABLE : RTW_PCIE_BUS_FUNC_DISABLE, in rtw_hal_ltr_en_hw_mode()
129 case RTW_PCIE_BUS_FUNC_DISABLE: in rtw_hal_mac_ltr_set_pcie()
1234 phl_com->bus_sw_cap.l0s_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1235 phl_com->bus_sw_cap.l1_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1236 phl_com->bus_sw_cap.l1ss_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()1238 phl_com->bus_sw_cap.crq_ctrl = RTW_PCIE_BUS_FUNC_DISABLE; in rtw_core_update_default_setting()
564 RTW_PCIE_BUS_FUNC_DISABLE = 0, enumerator
25 case RTW_PCIE_BUS_FUNC_DISABLE: in _hal_set_each_pcicfg()