Lines Matching refs:asc
114 atphy_clk_25m(struct atphy_softc *asc)
116 struct mii_softc *sc = &asc->mii_sc;
130 if (asc->mii_clk_25m <= select_clk[i].hz)
170 struct atphy_softc *asc = device_private(self);
173 struct mii_softc *sc = &asc->mii_sc;
195 &asc->rgmii_tx_internal_delay);
197 &asc->rgmii_rx_internal_delay);
199 prop_dictionary_get_uint32(prop, "clk_25m", &asc->mii_clk_25m);
200 if (asc->mii_clk_25m != 0)
201 atphy_clk_25m(asc);
411 struct atphy_softc *asc = (struct atphy_softc *)sc;
466 if (asc->rgmii_tx_internal_delay) {
470 if (asc->rgmii_rx_internal_delay) {