HomeSort by relevance Sort by last modified time
    Searched refs:pcie_sson (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/gateworks/gw_ventana/
common.h 73 int pcie_sson; member in struct:ventana
common.c 805 .pcie_sson = IMX_GPIO_NR(1, 20),
895 .pcie_sson = IMX_GPIO_NR(1, 20),
1080 if (gpio_cfg[board].pcie_sson) {
1081 gpio_request(gpio_cfg[board].pcie_sson, "pci_sson");
1082 gpio_direction_output(gpio_cfg[board].pcie_sson, 0);
    [all...]

Completed in 76 milliseconds