Home
last modified time | relevance | path

Searched refs:PCIE_PME_TO_L2_TIMEOUT_US (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpci-layerscape.c142 PCIE_PME_TO_L2_TIMEOUT_US/10, in ls_pcie_send_turnoff_msg()
143 PCIE_PME_TO_L2_TIMEOUT_US); in ls_pcie_send_turnoff_msg()
202 mdelay(PCIE_PME_TO_L2_TIMEOUT_US/1000); in scfg_pcie_send_turnoff_msg()
H A Dpcie-designware-host.c1249 mdelay(PCIE_PME_TO_L2_TIMEOUT_US/1000); in dw_pcie_suspend_noirq()
1256 PCIE_PME_TO_L2_TIMEOUT_US/10, in dw_pcie_suspend_noirq()
1257 PCIE_PME_TO_L2_TIMEOUT_US, false, pci); in dw_pcie_suspend_noirq()
H A Dpci-imx6.c1384 usleep_range(PCIE_PME_TO_L2_TIMEOUT_US/10, PCIE_PME_TO_L2_TIMEOUT_US); in imx_pcie_pme_turn_off()
/linux/drivers/pci/
H A Dpci.h46 #define PCIE_PME_TO_L2_TIMEOUT_US 10000 macro