Searched refs:gpio_node (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/eqos/ |
H A D | if_eqos_fdt.c | 97 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 D | if_dwc.c | 359 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 D | if_awg.c | 1799 phandle_t node, gpio_node; in awg_phy_reset() local 1813 gpio_node = OF_node_from_xref(gpio_prop[0]); in awg_phy_reset() 1817 if (GPIO_MAP_GPIOS(gpio, node, gpio_node, nitems(gpio_prop) - 1, in awg_phy_reset()
|