Searched refs:max_resync_offset (Results 1 – 2 of 2) sorted by relevance
26 bs_time_t max_resync_offset; member37 if (sync_args.max_resync_offset != TIME_NEVER) { in psc_program_next_event()38 phy_sync_ctrl_event_timer = last_resync_time + sync_args.max_resync_offset; in psc_program_next_event()85 void phy_sync_ctrl_set_max_resync_offset(bs_time_t max_resync_offset) in phy_sync_ctrl_set_max_resync_offset() argument87 sync_args.max_resync_offset = max_resync_offset; in phy_sync_ctrl_set_max_resync_offset()133 sync_args.max_resync_offset = tmp_max_resync_offset; in cmd_max_resync_offset_found()210 sync_args.max_resync_offset = BSIM_DEFAULT_PHY_MAX_RESYNC_OFFSET; in phy_sync_ctrl_register_args()
17 void phy_sync_ctrl_set_max_resync_offset(bs_time_t max_resync_offset);