Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmarvell.c2636 static u32 m88e3082_vct_distrfln_2_cm(u8 distrfln) in m88e3082_vct_distrfln_2_cm() argument
2638 if (distrfln < 24) in m88e3082_vct_distrfln_2_cm()
2642 return (7861 * distrfln - 188620) / 100; in m88e3082_vct_distrfln_2_cm()
2782 static u32 m88e1111_vct_distrfln_2_cm(u8 distrfln) in m88e1111_vct_distrfln_2_cm() argument
2784 if (distrfln < 36) in m88e1111_vct_distrfln_2_cm()
2788 return (8018 * distrfln - 287510) / 100; in m88e1111_vct_distrfln_2_cm()
2794 u8 vcttst_res, distrfln; in m88e1111_vct_cable_test_get_status() local
2807 distrfln = ret & MII_VCT_TXRXPINS_DISTRFLN; in m88e1111_vct_cable_test_get_status()
2812 distrfln); in m88e1111_vct_cable_test_get_status()
2815 if (distrfln < MII_VCT_TXRXPINS_DISTRFLN_MAX) { in m88e1111_vct_cable_test_get_status()
[all …]