HomeSort by: relevance | last modified time | path
    Searched defs:ep_gpio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk3399_pcie.c 208 struct fdtbus_gpio_pin *ep_gpio; local in function:rkpcie_attach
256 ep_gpio = fdtbus_gpio_acquire(phandle, "ep-gpios", GPIO_PIN_OUTPUT);
281 fdtbus_gpio_write(ep_gpio, 0);
336 fdtbus_gpio_write(ep_gpio, 1);
378 fdtbus_gpio_release(ep_gpio);
rk3399_pcie.c 208 struct fdtbus_gpio_pin *ep_gpio; local in function:rkpcie_attach
256 ep_gpio = fdtbus_gpio_acquire(phandle, "ep-gpios", GPIO_PIN_OUTPUT);
281 fdtbus_gpio_write(ep_gpio, 0);
336 fdtbus_gpio_write(ep_gpio, 1);
378 fdtbus_gpio_release(ep_gpio);

Completed in 22 milliseconds