Searched refs:remap_idx (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_chan.c | 101 uint16_t *prn_s, uint16_t *remap_idx) in lll_chan_iso_event() argument 111 *remap_idx = ((uint32_t)chan_count * prn_e) >> 16; in lll_chan_iso_event() 112 chan_idx = chan_sel_remap(chan_map, *remap_idx); in lll_chan_iso_event() 115 *remap_idx = chan_sel_remap_index(chan_map, chan_idx); in lll_chan_iso_event() 128 uint16_t *remap_idx) in lll_chan_iso_subevent() argument 147 *remap_idx = ((((uint32_t)prn_subevent_se * x) >> 16) + in lll_chan_iso_subevent() 148 d + *remap_idx) % chan_count; in lll_chan_iso_subevent() 150 return chan_sel_remap(chan_map, *remap_idx); in lll_chan_iso_subevent() 389 uint16_t remap_idx; in lll_chan_sel_2_ut() local 408 m = lll_chan_iso_event(0U, chan_id, chan_map_1, chan_map_1_37_used, &prn_s, &remap_idx); in lll_chan_sel_2_ut() [all …]
|
D | lll_chan.h | 16 uint16_t *prn_s, uint16_t *remap_idx); 19 uint16_t *remap_idx);
|