Lines Matching refs:ticks_slot

60 static void after_cen_offset_get(uint16_t conn_interval, uint32_t ticks_slot,
63 static bool ticker_match_cen_op_cb(uint8_t ticker_id, uint32_t ticks_slot,
68 uint32_t *ticks_slot);
77 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot);
85 static bool ticker_match_any_op_cb(uint8_t ticker_id, uint32_t ticks_slot,
96 uint32_t ticks_slot; in ull_sched_adv_aux_sync_free_anchor_get() local
99 &ticks_to_expire, &ticks_slot, ticks_anchor); in ull_sched_adv_aux_sync_free_anchor_get()
108 uint32_t ticks_slot; in ull_sched_conn_iso_free_offset_get() local
112 ticks_to_expire, &ticks_slot, &ticks_anchor); in ull_sched_conn_iso_free_offset_get()
117 *ticks_to_expire += ticks_slot; in ull_sched_conn_iso_free_offset_get()
129 uint32_t ticks_slot; in ull_sched_after_cen_slot_get() local
136 &remainder, &ticks_slot); in ull_sched_after_cen_slot_get()
152 slot_us = HAL_TICKER_TICKS_TO_US(ticks_slot); in ull_sched_after_cen_slot_get()
194 (ticks_slot_overhead + conn->ull.ticks_slot), in ull_sched_mfy_after_cen_offset_get()
260 static void after_cen_offset_get(uint16_t conn_interval, uint32_t ticks_slot, in after_cen_offset_get() argument
267 err = ull_sched_after_cen_slot_get(TICKER_USER_ID_ULL_LOW, ticks_slot, in after_cen_offset_get()
317 uint32_t ticks_slot; in group_free_slot_get() local
320 ticks_slot = *ticks_slot_prev; in group_free_slot_get()
328 *ticks_anchor += ticks_slot; in group_free_slot_get()
342 *ticks_anchor += sync->ull.ticks_slot; in group_free_slot_get()
355 *ticks_anchor += ticks_slot; in group_free_slot_get()
365 *ticks_anchor += ticks_slot; in group_free_slot_get()
379 *ticks_anchor += ticks_slot; in group_free_slot_get()
442 uint32_t ticks_slot; in after_match_slot_get() local
503 hdr = ull_hdr_get_cb_fn(ticker_id, &ticks_slot); in after_match_slot_get()
532 ticks_slot_abs_curr += ticks_slot; in after_match_slot_get()
564 static bool ticker_match_any_op_cb(uint8_t ticker_id, uint32_t ticks_slot, in ticker_match_any_op_cb() argument
567 ARG_UNUSED(ticks_slot); in ticker_match_any_op_cb()
605 static bool ticker_match_cen_op_cb(uint8_t ticker_id, uint32_t ticks_slot, in ticker_match_cen_op_cb() argument
608 ARG_UNUSED(ticks_slot); in ticker_match_cen_op_cb()
625 static struct ull_hdr *ull_hdr_get_cb(uint8_t ticker_id, uint32_t *ticks_slot) in ull_hdr_get_cb() argument
641 *ticks_slot = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in ull_hdr_get_cb()
643 *ticks_slot = aux->ull.ticks_slot; in ull_hdr_get_cb()
650 if (sync->ull.ticks_slot > *ticks_slot) { in ull_hdr_get_cb()
651 *ticks_slot = sync->ull.ticks_slot; in ull_hdr_get_cb()
671 *ticks_slot = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in ull_hdr_get_cb()
673 *ticks_slot = sync->ull.ticks_slot; in ull_hdr_get_cb()
689 *ticks_slot = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in ull_hdr_get_cb()
737 *ticks_slot = HAL_TICKER_US_TO_TICKS_CEIL(time_us); in ull_hdr_get_cb()
739 *ticks_slot = conn->ull.ticks_slot; in ull_hdr_get_cb()
742 if (*ticks_slot < HAL_TICKER_US_TO_TICKS(CONFIG_BT_CTLR_CENTRAL_SPACING)) { in ull_hdr_get_cb()
743 *ticks_slot = in ull_hdr_get_cb()
757 *ticks_slot = cig->ull.ticks_slot; in ull_hdr_get_cb()