Searched refs:ethernet_regs (Results 1 – 2 of 2) sorted by relevance
91 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()163 static void fec_mii_setspeed(struct udevice *dev, struct ethernet_regs *eth) in fec_mii_setspeed()201 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()249 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()277 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()1001 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()1027 struct ethernet_regs *regs;1053 priv->regs = (struct ethernet_regs *)ofnode_get_addr(dev_ofnode(dev->parent)); in dm_fec_mdio_probe()1448 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
22 struct ethernet_regs { struct241 struct ethernet_regs *eth; /* pointer to register'S base */
Completed in 8 milliseconds