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

  /src/sys/arch/riscv/starfive/
jh71x0_eth.c 89 int phandle_phy; local in function:jh71x0_eth_attach
153 phandle_phy = fdtbus_get_phandle(phandle, "phy-handle");
154 if (phandle_phy > 0) {
155 of_getprop_uint32(phandle_phy, "reg", &jh_sc->sc_phy);
157 jh_sc->sc_phandle_phy = phandle_phy;
  /src/sys/arch/arm/amlogic/
meson_dwmac.c 194 int miiclk, phandle_phy, phy = MII_PHY_ANY; local in function:meson_dwmac_attach
239 phandle_phy = fdtbus_get_phandle(phandle, "phy-handle");
240 if (phandle_phy > 0) {
241 of_getprop_uint32(phandle_phy, "reg", &phy);
243 phandle_phy = phandle;
286 if (meson_dwmac_reset_phy(phandle_phy) != 0)

Completed in 11 milliseconds