Home
last modified time | relevance | path

Searched refs:b53_mdio_read32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_mdio.c109 static int b53_mdio_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_mdio_read32() function
274 .read32 = b53_mdio_read32,
/openbmc/u-boot/drivers/net/phy/
H A Db53.c182 static int b53_mdio_read32(struct mii_dev *bus, u8 page, u8 reg, u32 *val) in b53_mdio_read32() function
334 return b53_mdio_read32(dev->bus, page, reg, value); in b53_read32()
662 ret = b53_mdio_read32(bus, page, offset, &value32); in do_b53_reg_read()