Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dmarvell.c2673 static u32 m88e3082_vct_distrfln_2_cm(u8 distrfln) in m88e3082_vct_distrfln_2_cm() argument
2675 if (distrfln < 24) in m88e3082_vct_distrfln_2_cm()
2679 return (7861 * distrfln - 188620) / 100; in m88e3082_vct_distrfln_2_cm()
2819 static u32 m88e1111_vct_distrfln_2_cm(u8 distrfln) in m88e1111_vct_distrfln_2_cm() argument
2821 if (distrfln < 36) in m88e1111_vct_distrfln_2_cm()
2825 return (8018 * distrfln - 287510) / 100; in m88e1111_vct_distrfln_2_cm()
2831 u8 vcttst_res, distrfln; in m88e1111_vct_cable_test_get_status() local
2844 distrfln = ret & MII_VCT_TXRXPINS_DISTRFLN; in m88e1111_vct_cable_test_get_status()
2849 distrfln); in m88e1111_vct_cable_test_get_status()
2852 if (distrfln < MII_VCT_TXRXPINS_DISTRFLN_MAX) { in m88e1111_vct_cable_test_get_status()
[all …]