Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1801 pcell_t gpio_prop[4], delay_prop[3]; in awg_phy_reset() local
1808 if (OF_getencprop(node, "allwinner,reset-gpio", gpio_prop, in awg_phy_reset()
1809 sizeof(gpio_prop)) <= 0) in awg_phy_reset()
1816 gpio_node = OF_node_from_xref(gpio_prop[0]); in awg_phy_reset()
1817 if ((gpio = OF_device_from_xref(gpio_prop[0])) == NULL) in awg_phy_reset()
1820 if (GPIO_MAP_GPIOS(gpio, node, gpio_node, nitems(gpio_prop) - 1, in awg_phy_reset()
1821 gpio_prop + 1, &pin, &flags) != 0) in awg_phy_reset()