Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dcommon.c801 .pcie_rst = IMX_GPIO_NR(1, 29),
821 .pcie_rst = IMX_GPIO_NR(1, 0),
841 .pcie_rst = IMX_GPIO_NR(1, 29),
866 .pcie_rst = IMX_GPIO_NR(1, 29),
890 .pcie_rst = IMX_GPIO_NR(1, 29),
914 .pcie_rst = IMX_GPIO_NR(1, 0),
929 .pcie_rst = IMX_GPIO_NR(1, 29),
945 .pcie_rst = IMX_GPIO_NR(1, 0),
964 .pcie_rst = IMX_GPIO_NR(4, 31),
998 .pcie_rst = IMX_GPIO_NR(1, 0),
[all …]
H A Dcommon.h67 int pcie_rst; member
H A Dgw_ventana.c494 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset()