Home
last modified time | relevance | path

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

/freebsd/sys/arm64/rockchip/
H A Drk_pcie.c235 gpio_pin_t gpio_ep; member
748 &sc->gpio_ep); in rk_pcie_parse_fdt_resources()
923 if (sc->gpio_ep != NULL) { in rk_pcie_setup_hw()
924 rv = gpio_pin_set_active(sc->gpio_ep, 0); in rk_pcie_setup_hw()
954 if (sc->gpio_ep != NULL) { in rk_pcie_setup_hw()
955 rv = gpio_pin_set_active(sc->gpio_ep, 1); in rk_pcie_setup_hw()
1373 gpio_pin_release(sc->gpio_ep); in rk_pcie_attach()