Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dbcm-phy-lib.h65 int __bcm_phy_read_rdb(struct phy_device *phydev, u16 rdb);
H A Dbcm-phy-lib.c259 int __bcm_phy_read_rdb(struct phy_device *phydev, u16 rdb) in __bcm_phy_read_rdb() function
269 EXPORT_SYMBOL_GPL(__bcm_phy_read_rdb);
276 ret = __bcm_phy_read_rdb(phydev, rdb); in bcm_phy_read_rdb()