Home
last modified time | relevance | path

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

/linux/drivers/net/pcs/
H A Dpcs-xpcs.c573 int pcs_ctrl1; in xpcs_c45_read_pcs_speed() local
575 pcs_ctrl1 = xpcs_read(xpcs, MDIO_MMD_PCS, MDIO_CTRL1); in xpcs_c45_read_pcs_speed()
576 if (pcs_ctrl1 < 0) in xpcs_c45_read_pcs_speed()
577 return pcs_ctrl1; in xpcs_c45_read_pcs_speed()
579 switch (pcs_ctrl1 & MDIO_CTRL1_SPEEDSEL) { in xpcs_c45_read_pcs_speed()