Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_mdio.c95 static int b53_mdio_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_mdio_read16() function
273 .read16 = b53_mdio_read16,
/openbmc/u-boot/drivers/net/phy/
H A Db53.c168 static int b53_mdio_read16(struct mii_dev *bus, u8 page, u8 reg, u16 *val) in b53_mdio_read16() function
328 return b53_mdio_read16(dev->bus, page, reg, value); in b53_read16()
657 ret = b53_mdio_read16(bus, page, offset, &value16); in do_b53_reg_read()