Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/
Dmarvell.c2586 static u32 m88e3082_vct_distrfln_2_cm(u8 distrfln) in m88e3082_vct_distrfln_2_cm() argument
2588 if (distrfln < 24) in m88e3082_vct_distrfln_2_cm()
2592 return (7861 * distrfln - 188620) / 100; in m88e3082_vct_distrfln_2_cm()
2732 static u32 m88e1111_vct_distrfln_2_cm(u8 distrfln) in m88e1111_vct_distrfln_2_cm() argument
2734 if (distrfln < 36) in m88e1111_vct_distrfln_2_cm()
2738 return (8018 * distrfln - 287510) / 100; in m88e1111_vct_distrfln_2_cm()
2744 u8 vcttst_res, distrfln; in m88e1111_vct_cable_test_get_status() local
2757 distrfln = ret & MII_VCT_TXRXPINS_DISTRFLN; in m88e1111_vct_cable_test_get_status()
2762 distrfln); in m88e1111_vct_cable_test_get_status()
2765 if (distrfln < MII_VCT_TXRXPINS_DISTRFLN_MAX) { in m88e1111_vct_cable_test_get_status()
[all …]