Home
last modified time | relevance | path

Searched refs:pcie_rst (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c800 .pcie_rst = IMX_GPIO_NR(1, 29),
820 .pcie_rst = IMX_GPIO_NR(1, 0),
840 .pcie_rst = IMX_GPIO_NR(1, 29),
865 .pcie_rst = IMX_GPIO_NR(1, 29),
889 .pcie_rst = IMX_GPIO_NR(1, 29),
913 .pcie_rst = IMX_GPIO_NR(1, 0),
928 .pcie_rst = IMX_GPIO_NR(1, 29),
944 .pcie_rst = IMX_GPIO_NR(1, 0),
963 .pcie_rst = IMX_GPIO_NR(4, 31),
997 .pcie_rst = IMX_GPIO_NR(1, 0),
[all …]
Dcommon.h66 int pcie_rst; member
Dgw_ventana.c494 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset()