Searched refs:pcie_rst (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-mt7621.c | 84 struct reset_control *pcie_rst; member 183 reset_control_assert(port->pcie_rst); in mt7621_control_assert() 185 reset_control_deassert(port->pcie_rst); in mt7621_control_assert() 193 reset_control_deassert(port->pcie_rst); in mt7621_control_deassert() 195 reset_control_assert(port->pcie_rst); in mt7621_control_deassert() 222 port->pcie_rst = of_reset_control_get_exclusive(node, NULL); in mt7621_pcie_parse_port() 223 if (PTR_ERR(port->pcie_rst) == -EPROBE_DEFER) { in mt7621_pcie_parse_port() 225 return PTR_ERR(port->pcie_rst); in mt7621_pcie_parse_port() 253 reset_control_put(port->pcie_rst); in mt7621_pcie_parse_port() 522 reset_control_put(port->pcie_rst); in mt7621_pcie_probe() [all …]
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | common.c | 963 .pcie_rst = IMX_GPIO_NR(1, 29), 983 .pcie_rst = IMX_GPIO_NR(1, 0), 1004 .pcie_rst = IMX_GPIO_NR(1, 29), 1030 .pcie_rst = IMX_GPIO_NR(1, 29), 1055 .pcie_rst = IMX_GPIO_NR(1, 29), 1080 .pcie_rst = IMX_GPIO_NR(1, 0), 1096 .pcie_rst = IMX_GPIO_NR(1, 29), 1113 .pcie_rst = IMX_GPIO_NR(1, 0), 1133 .pcie_rst = IMX_GPIO_NR(4, 31), 1151 .pcie_rst = IMX_GPIO_NR(1, 29), [all …]
|
H A D | common.h | 66 int pcie_rst; member
|
H A D | gw_ventana.c | 517 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-mba7.dts | 77 /* #pcie_rst */
|