Lines Matching defs:phy
209 struct emac_sgmii *phy = &adpt->phy;
212 emac_reg_write_all(phy->base, physical_coding_sublayer_programming,
214 emac_reg_write_all(phy->base, sysclk_refclk_setting,
216 emac_reg_write_all(phy->base, pll_setting, ARRAY_SIZE(pll_setting));
217 emac_reg_write_all(phy->base, cdr_setting, ARRAY_SIZE(cdr_setting));
218 emac_reg_write_all(phy->base, tx_rx_setting, ARRAY_SIZE(tx_rx_setting));
221 writel(SERDES_START, phy->base + EMAC_SGMII_PHY_SERDES_START);
224 if (readl(phy->base + EMAC_QSERDES_COM_RESET_SM) & READY)
234 writel(0, phy->base + EMAC_SGMII_PHY_INTERRUPT_MASK);