Lines Matching refs:xgene_mdio_pdata
37 u32 xgene_mdio_rd_mac(struct xgene_mdio_pdata *pdata, u32 rd_addr) in xgene_mdio_rd_mac()
65 void xgene_mdio_wr_mac(struct xgene_mdio_pdata *pdata, u32 wr_addr, u32 data) in xgene_mdio_wr_mac()
94 struct xgene_mdio_pdata *pdata = (struct xgene_mdio_pdata *)bus->priv; in xgene_mdio_rgmii_read()
120 struct xgene_mdio_pdata *pdata = (struct xgene_mdio_pdata *)bus->priv; in xgene_mdio_rgmii_write()
142 static u32 xgene_menet_rd_diag_csr(struct xgene_mdio_pdata *pdata, u32 offset) in xgene_menet_rd_diag_csr()
147 static void xgene_menet_wr_diag_csr(struct xgene_mdio_pdata *pdata, in xgene_menet_wr_diag_csr()
153 static int xgene_enet_ecc_init(struct xgene_mdio_pdata *pdata) in xgene_enet_ecc_init()
172 static void xgene_gmac_reset(struct xgene_mdio_pdata *pdata) in xgene_gmac_reset()
178 static int xgene_mdio_reset(struct xgene_mdio_pdata *pdata) in xgene_mdio_reset()
344 struct xgene_mdio_pdata *pdata; in xgene_mdio_probe()
364 pdata = devm_kzalloc(dev, sizeof(struct xgene_mdio_pdata), GFP_KERNEL); in xgene_mdio_probe()
453 struct xgene_mdio_pdata *pdata = platform_get_drvdata(pdev); in xgene_mdio_remove()