Searched refs:phy_read16 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_mdio.c | 281 .phy_read16 = b53_mdio_phy_read16,
|
H A D | b53_mmap.c | 241 .phy_read16 = b53_mmap_phy_read16,
|
H A D | b53_priv.h | 45 int (*phy_read16)(struct b53_device *dev, int addr, int reg, u16 *value); member
|
H A D | b53_common.c | 816 if (priv->ops->phy_read16) in b53_phy_read16() 817 ret = priv->ops->phy_read16(priv, addr, reg, &value); in b53_phy_read16()
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_mdio.c | 282 .phy_read16 = b53_mdio_phy_read16,
|
H A D | b53_priv.h | 44 int (*phy_read16)(struct b53_device *dev, int addr, int reg, u16 *value); member
|
H A D | b53_mmap.c | 243 .phy_read16 = b53_mmap_phy_read16,
|
H A D | b53_common.c | 872 if (priv->ops->phy_read16) in b53_phy_read16() 873 ret = priv->ops->phy_read16(priv, addr, reg, &value); in b53_phy_read16()
|
Completed in 11 milliseconds