Searched refs:prn_e (Results 1 – 1 of 1) sorted by relevance
75 uint16_t prn_e; in lll_chan_sel_2() local77 prn_e = chan_prn_e(counter, chan_id); in lll_chan_sel_2()78 chan_next = prn_e % 37; in lll_chan_sel_2()83 chan_index = ((uint32_t)chan_count * prn_e) >> 16; in lll_chan_sel_2()104 uint16_t prn_e; in lll_chan_iso_event() local107 prn_e = *prn_s ^ chan_id; in lll_chan_iso_event()108 chan_idx = prn_e % 37; in lll_chan_iso_event()111 *remap_idx = ((uint32_t)chan_count * prn_e) >> 16; in lll_chan_iso_event()235 uint16_t prn_e; in chan_prn_e() local237 prn_e = chan_prn_s(counter, chan_id); in chan_prn_e()[all …]