Lines Matching full:u16
33 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
34 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
35 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
36 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
37 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
38 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
41 u16 reg, u16 val) in bcm_phy_write_exp_sel()
46 static inline int bcm_phy_read_exp_sel(struct phy_device *phydev, u16 reg) in bcm_phy_read_exp_sel()
51 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val);
52 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum);
55 u16 reg, u16 chl, u16 value);
57 u16 reg, u16 chl);
59 int bcm_phy_write_shadow(struct phy_device *phydev, u16 shadow,
60 u16 val);
61 int bcm_phy_read_shadow(struct phy_device *phydev, u16 shadow);
63 int __bcm_phy_write_rdb(struct phy_device *phydev, u16 rdb, u16 val);
64 int bcm_phy_write_rdb(struct phy_device *phydev, u16 rdb, u16 val);
65 int __bcm_phy_read_rdb(struct phy_device *phydev, u16 rdb);
66 int bcm_phy_read_rdb(struct phy_device *phydev, u16 rdb);
67 int __bcm_phy_modify_rdb(struct phy_device *phydev, u16 rdb, u16 mask,
68 u16 set);
69 int bcm_phy_modify_rdb(struct phy_device *phydev, u16 rdb, u16 mask,
70 u16 set);