Searched refs:d_t (Results 1 – 3 of 3) sorted by relevance
25 bs_time_t hwll_phy_time_from_dev(bs_time_t d_t);28 void hwll_sync_time_with_phy(bs_time_t d_t);
29 bs_time_t hwll_phy_time_from_dev(bs_time_t d_t){ in hwll_phy_time_from_dev() argument31 if ( d_t != TIME_NEVER ) { in hwll_phy_time_from_dev()32 phy_t = (bs_time_t)(1e6*phy_time_from_dev(((long double)d_t)*1e-6 ) + 0.5); in hwll_phy_time_from_dev()
24 long double __attribute__((weak)) phy_time_from_dev(long double d_t){ in phy_time_from_dev() argument26 phy_time = ((long double)(d_t + time_off))/(1.0 + xo_drift); in phy_time_from_dev()