Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Db53.c198 static int b53_mdio_read48(struct mii_dev *bus, u8 page, u8 reg, u64 *val) in b53_mdio_read48() function
340 return b53_mdio_read48(dev->bus, page, reg, value); in b53_read48()
667 ret = b53_mdio_read48(bus, page, offset, &value64); in do_b53_reg_read()
672 ret = b53_mdio_read48(bus, page, offset, &value64); in do_b53_reg_read()
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_mdio.c125 static int b53_mdio_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read48() function
275 .read48 = b53_mdio_read48,