Searched refs:b53_mdio_read64 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_mdio.c | 147 static int b53_mdio_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_mdio_read64() function 276 .read64 = b53_mdio_read64,
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | b53.c | 219 static int b53_mdio_read64(struct mii_dev *bus, u8 page, u8 reg, u64 *val) in b53_mdio_read64() function 346 return b53_mdio_read64(dev->bus, page, reg, value); in b53_read64()
|