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

  /src/sys/dev/mii/
atphy.c 93 int mii_clk_25m; member in struct:atphy_softc
130 if (asc->mii_clk_25m <= select_clk[i].hz)
198 prop_dictionary_get_uint32(prop, "clk_25m", &asc->mii_clk_25m);
199 if (asc->mii_clk_25m != 0)
atphy.c 93 int mii_clk_25m; member in struct:atphy_softc
130 if (asc->mii_clk_25m <= select_clk[i].hz)
198 prop_dictionary_get_uint32(prop, "clk_25m", &asc->mii_clk_25m);
199 if (asc->mii_clk_25m != 0)
atphy.c 93 int mii_clk_25m; member in struct:atphy_softc
130 if (asc->mii_clk_25m <= select_clk[i].hz)
198 prop_dictionary_get_uint32(prop, "clk_25m", &asc->mii_clk_25m);
199 if (asc->mii_clk_25m != 0)

Completed in 133 milliseconds