Lines Matching refs:offs
2479 uint32_t offs; in ull_adv_aux_ptr_fill() local
2491 offs = offs_us / OFFS_UNIT_30_US; in ull_adv_aux_ptr_fill()
2492 if (!!(offs >> OFFS_UNIT_BITS)) { in ull_adv_aux_ptr_fill()
2493 offs = offs / (OFFS_UNIT_300_US / OFFS_UNIT_30_US); in ull_adv_aux_ptr_fill()
2500 aux_ptr->offs_phy_packed[0] = offs & 0xFF; in ull_adv_aux_ptr_fill()
2501 aux_ptr->offs_phy_packed[1] = ((offs>>8) & 0x1F) + (phy << 5); in ull_adv_aux_ptr_fill()
2779 uint32_t offs; in ull_adv_aux_lll_offset_fill() local
2807 offs = HAL_TICKER_TICKS_TO_US(ticks_offset) + remainder_us - start_us; in ull_adv_aux_lll_offset_fill()
2810 offs = offs / OFFS_UNIT_30_US; in ull_adv_aux_lll_offset_fill()
2811 if (!!(offs >> OFFS_UNIT_BITS)) { in ull_adv_aux_lll_offset_fill()
2812 offs = offs / (OFFS_UNIT_300_US / OFFS_UNIT_30_US); in ull_adv_aux_lll_offset_fill()
2817 aux_ptr->offs_phy_packed[0] = offs & 0xFF; in ull_adv_aux_lll_offset_fill()
2818 aux_ptr->offs_phy_packed[1] = ((offs>>8) & 0x1F) + (aux_ptr->offs_phy_packed[1] & 0xE0); in ull_adv_aux_lll_offset_fill()