Home
last modified time | relevance | path

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

/freebsd/sys/dev/eqos/
H A Dif_eqos_fdt.c97 phandle_t node, gpio_node; in eqos_phy_reset() local
114 gpio_node = OF_node_from_xref(gpio_prop[0]); in eqos_phy_reset()
121 if (GPIO_MAP_GPIOS(gpio, node, gpio_node, in eqos_phy_reset()
/freebsd/sys/dev/dwc/
H A Dif_dwc.c359 phandle_t gpio_node; in dwc_reset_phy() local
380 gpio_node = OF_node_from_xref(gpio_prop[0]); in dwc_reset_phy()
387 if (GPIO_MAP_GPIOS(gpio, sc->node, gpio_node, in dwc_reset_phy()
/freebsd/sys/arm/allwinner/
H A Dif_awg.c1797 phandle_t node, gpio_node; in awg_phy_reset() local
1811 gpio_node = OF_node_from_xref(gpio_prop[0]); in awg_phy_reset()
1815 if (GPIO_MAP_GPIOS(gpio, node, gpio_node, nitems(gpio_prop) - 1, in awg_phy_reset()