Lines Matching defs:xpcs
147 static int xpcs_read(struct mdio_xpcs_args *xpcs, int dev, u32 reg) in xpcs_read()
154 static int xpcs_write(struct mdio_xpcs_args *xpcs, int dev, u32 reg, u16 val) in xpcs_write()
161 static int xpcs_read_vendor(struct mdio_xpcs_args *xpcs, int dev, u32 reg) in xpcs_read_vendor()
166 static int xpcs_write_vendor(struct mdio_xpcs_args *xpcs, int dev, int reg, in xpcs_write_vendor()
172 static int xpcs_read_vpcs(struct mdio_xpcs_args *xpcs, int reg) in xpcs_read_vpcs()
177 static int xpcs_write_vpcs(struct mdio_xpcs_args *xpcs, int reg, u16 val) in xpcs_write_vpcs()
182 static int xpcs_poll_reset(struct mdio_xpcs_args *xpcs, int dev) in xpcs_poll_reset()
198 static int xpcs_soft_reset(struct mdio_xpcs_args *xpcs, int dev) in xpcs_soft_reset()
215 static int xpcs_read_fault(struct mdio_xpcs_args *xpcs, in xpcs_read_fault()
266 static int xpcs_read_link(struct mdio_xpcs_args *xpcs, bool an) in xpcs_read_link()
306 static int xpcs_config_usxgmii(struct mdio_xpcs_args *xpcs, int speed) in xpcs_config_usxgmii()
360 static int xpcs_config_aneg_c73(struct mdio_xpcs_args *xpcs) in xpcs_config_aneg_c73()
404 static int xpcs_config_aneg(struct mdio_xpcs_args *xpcs) in xpcs_config_aneg()
421 static int xpcs_aneg_done(struct mdio_xpcs_args *xpcs, in xpcs_aneg_done()
447 static int xpcs_read_lpa(struct mdio_xpcs_args *xpcs, in xpcs_read_lpa()
496 static void xpcs_resolve_lpa(struct mdio_xpcs_args *xpcs, in xpcs_resolve_lpa()
506 static int xpcs_get_max_xlgmii_speed(struct mdio_xpcs_args *xpcs, in xpcs_get_max_xlgmii_speed()
560 static void xpcs_resolve_pma(struct mdio_xpcs_args *xpcs, in xpcs_resolve_pma()
579 static int xpcs_validate(struct mdio_xpcs_args *xpcs, in xpcs_validate()
588 static int xpcs_config(struct mdio_xpcs_args *xpcs, in xpcs_config()
602 static int xpcs_get_state(struct mdio_xpcs_args *xpcs, in xpcs_get_state()
635 static int xpcs_link_up(struct mdio_xpcs_args *xpcs, int speed, in xpcs_link_up()
644 static u32 xpcs_get_id(struct mdio_xpcs_args *xpcs) in xpcs_get_id()
662 static bool xpcs_check_features(struct mdio_xpcs_args *xpcs, in xpcs_check_features()
682 static int xpcs_probe(struct mdio_xpcs_args *xpcs, phy_interface_t interface) in xpcs_probe()