Lines Matching refs:fract_nsecond
721 global_ds->sync_receipt_time.fract_nsecond = in gptp_mi_clk_slave_sync_compute()
724 global_ds->sync_receipt_time.fract_nsecond += in gptp_mi_clk_slave_sync_compute()
771 (global_ds->sync_receipt_time.fract_nsecond / GPTP_POW2_16) - in gptp_update_local_port_clock()
1066 if ((src_time_0.second == 0U && src_time_0.fract_nsecond == 0U) in gptp_compute_gm_rate_ratio()
1084 && src_time_n.fract_nsecond < src_time_0.fract_nsecond)) { in gptp_compute_gm_rate_ratio()
1113 if (src_time_n.fract_nsecond >= src_time_0.fract_nsecond) { in gptp_compute_gm_rate_ratio()
1114 src_time_n.fract_nsecond -= src_time_0.fract_nsecond; in gptp_compute_gm_rate_ratio()
1117 src_time_n.fract_nsecond = (NSEC_PER_SEC * GPTP_POW2_16) in gptp_compute_gm_rate_ratio()
1118 - src_time_0.fract_nsecond; in gptp_compute_gm_rate_ratio()
1133 + (src_time_n.fract_nsecond / GPTP_POW2_16)); in gptp_compute_gm_rate_ratio()
1152 invoke_args.src_time.fract_nsecond = cur * GPTP_POW2_16; in gptp_mi_clk_master_sync_rcv_state_machine()