Home
last modified time | relevance | path

Searched refs:phy_read16 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.h66 #define phy_read16(l, a) read16((void __iomem *)SGMIIPHY_ADDR(l, a)) macro
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_mdio.c281 .phy_read16 = b53_mdio_phy_read16,
H A Db53_priv.h45 int (*phy_read16)(struct b53_device *dev, int addr, int reg, u16 *value); member
H A Db53_common.c816 if (priv->ops->phy_read16) in b53_phy_read16()
817 ret = priv->ops->phy_read16(priv, addr, reg, &value); in b53_phy_read16()