Lines Matching +full:6 +full:b

30 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.2
56 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3.2
67 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
94 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
121 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
155 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
197 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3.2
200 static uint8_t chan_rev_8(uint8_t b) in chan_rev_8() argument
202 b = (((uint32_t)b * 0x0802LU & 0x22110LU) | in chan_rev_8()
203 ((uint32_t)b * 0x8020LU & 0x88440LU)) * 0x10101LU >> 16; in chan_rev_8()
205 return b; in chan_rev_8()
213 static uint16_t chan_mam(uint16_t a, uint16_t b) in chan_mam() argument
215 return ((uint32_t)a * 17U + b) & 0xFFFF; in chan_mam()
244 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
282 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
303 /* Refer to Bluetooth Specification v5.2 Vol 6, Part B, Section 4.5.8.3
304 * Channel Selection algorithm #2, and Section 4.5.8.3.6 Subevent mapping to
335 /* Refer to Bluetooth Specification v5.2 Vol 6, Part C, Section 3 LE Channel
358 LL_ASSERT(m == 6U); in lll_chan_sel_2_ut()
364 m = lll_chan_sel_2(6U, chan_id, chan_map_2, chan_map_2_9_used); in lll_chan_sel_2_ut()
452 LL_ASSERT(m == 6U); in lll_chan_sel_2_ut()
453 LL_ASSERT(remap_idx == 6U); in lll_chan_sel_2_ut()
492 /* BIS subevent 1, event counter 6 */ in lll_chan_sel_2_ut()
493 m = lll_chan_iso_event(6U, chan_id, chan_map_2, chan_map_2_9_used, &prn_s, &remap_idx); in lll_chan_sel_2_ut()
537 LL_ASSERT(remap_idx == 6U); in lll_chan_sel_2_ut()