Searched refs:subsecond_val (Results 1 – 1 of 1) sorted by relevance
3505 uint32_t subsecond_val; in enet_ptp_coarsecorrection_systime_update() local3508 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_coarsecorrection_systime_update()3514 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_coarsecorrection_systime_update()3539 uint32_t subsecond_val; in enet_ptp_finecorrection_settime() local3541 subsecond_val = enet_ptp_nanosecond_2_subsecond(systime_struct->nanosecond); in enet_ptp_finecorrection_settime()3544 enet_ptp_timestamp_update_config(systime_struct->sign, systime_struct->second, subsecond_val); in enet_ptp_finecorrection_settime()