Home
last modified time | relevance | path

Searched refs:PCIE_T_PVPERL_MS (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpci-j721e.c619 msleep(PCIE_T_PVPERL_MS); in j721e_pcie_probe()
732 msleep(PCIE_T_PVPERL_MS); in j721e_pcie_resume_noirq()
/linux/drivers/pci/controller/dwc/
H A Dpcie-stm32.c48 msleep(PCIE_T_PVPERL_MS); in stm32_pcie_deassert_perst()
H A Dpcie-spacemit-k1.c160 mdelay(PCIE_T_PVPERL_MS); in k1_pcie_init()
H A Dpcie-amd-mdb.c455 mdelay(PCIE_T_PVPERL_MS); in amd_mdb_add_pcie_port()
H A Dpcie-rcar-gen4.c336 msleep(PCIE_T_PVPERL_MS); /* pe_rst requires 100msec delay */ in rcar_gen4_pcie_host_init()
H A Dpcie-dw-rockchip.c293 msleep(PCIE_T_PVPERL_MS); in rockchip_pcie_start_link()
H A Dpcie-qcom.c313 msleep(PCIE_T_PVPERL_MS); in qcom_pcie_perst_deassert()
/linux/drivers/pci/controller/
H A Dpcie-mediatek-gen3.c487 msleep(PCIE_T_PVPERL_MS); in mtk_pcie_startup_port()
1027 msleep(PCIE_T_PVPERL_MS); in mtk_pcie_en7581_power_up()
H A Dpcie-rockchip-host.c317 msleep(PCIE_T_PVPERL_MS); in rockchip_pcie_host_init_port()
H A Dpcie-mediatek.c705 msleep(PCIE_T_PVPERL_MS); in mtk_pcie_startup_port_v2()
/linux/drivers/pci/
H A Dpci.h31 #define PCIE_T_PVPERL_MS 100 macro