Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/gateworks/gw_ventana/
Dcommon.c964 .pcie_rst = IMX_GPIO_NR(1, 29),
984 .pcie_rst = IMX_GPIO_NR(1, 0),
1005 .pcie_rst = IMX_GPIO_NR(1, 29),
1031 .pcie_rst = IMX_GPIO_NR(1, 29),
1056 .pcie_rst = IMX_GPIO_NR(1, 29),
1081 .pcie_rst = IMX_GPIO_NR(1, 0),
1097 .pcie_rst = IMX_GPIO_NR(1, 29),
1114 .pcie_rst = IMX_GPIO_NR(1, 0),
1134 .pcie_rst = IMX_GPIO_NR(4, 31),
1152 .pcie_rst = IMX_GPIO_NR(1, 29),
[all …]
Dcommon.h66 int pcie_rst; member
Dgw_ventana.c517 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset()