Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c1432 static u64 nxp_c45_get_phase_shift(u64 phase_offset_raw) in nxp_c45_get_phase_shift() argument
1438 phase_offset_raw *= 10; in nxp_c45_get_phase_shift()
1439 phase_offset_raw -= 738; in nxp_c45_get_phase_shift()
1440 return div_u64(phase_offset_raw, 9); in nxp_c45_get_phase_shift()