Searched refs:CFG_PCIE_IMX_PERST_GPIO (Results 1 – 6 of 6) sorted by relevance
23 #define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) macro
126 #define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(2, 0) macro
25 #define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) macro
43 #define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(4, 6) macro
44 #define CFG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(3, 29) macro
581 #ifdef CFG_PCIE_IMX_PERST_GPIO in imx6_pcie_toggle_reset()582 gpio_request(CFG_PCIE_IMX_PERST_GPIO, "pcie_reset"); in imx6_pcie_toggle_reset()583 gpio_direction_output(CFG_PCIE_IMX_PERST_GPIO, 0); in imx6_pcie_toggle_reset()585 gpio_set_value(CFG_PCIE_IMX_PERST_GPIO, 1); in imx6_pcie_toggle_reset()587 gpio_free(CFG_PCIE_IMX_PERST_GPIO); in imx6_pcie_toggle_reset()
Completed in 42 milliseconds