Home
last modified time | relevance | path

Searched refs:PCIE_RESET_CONFIG_WAIT_MS (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-stm32.c52 msleep(PCIE_RESET_CONFIG_WAIT_MS); in stm32_pcie_deassert_perst()
H A Dpcie-amd-mdb.c457 mdelay(PCIE_RESET_CONFIG_WAIT_MS); in amd_mdb_add_pcie_port()
H A Dpcie-designware.c808 msleep(PCIE_RESET_CONFIG_WAIT_MS); in dw_pcie_wait_for_link()
/linux/drivers/pci/controller/plda/
H A Dpcie-starfive.c376 msleep(PCIE_RESET_CONFIG_WAIT_MS); in starfive_pcie_host_init()
/linux/drivers/pci/controller/
H A Dpcie-rockchip-host.c320 msleep(PCIE_RESET_CONFIG_WAIT_MS); in rockchip_pcie_host_init_port()
H A Dpcie-aspeed.c776 msleep(PCIE_RESET_CONFIG_WAIT_MS); in aspeed_pcie_port_init()
H A Dpcie-rzg3s-host.c1502 msleep(PCIE_RESET_CONFIG_WAIT_MS); in rzg3s_pcie_host_setup()
H A Dpcie-brcmstb.c1416 msleep(PCIE_RESET_CONFIG_WAIT_MS); in brcm_pcie_start_link()
/linux/drivers/pci/
H A Dpci.h61 #define PCIE_RESET_CONFIG_WAIT_MS 100 macro