Searched refs:bite (Results 1 – 4 of 4) sorted by relevance
35 uint8_t bite; in util_ones_count_get() local37 bite = *octets; in util_ones_count_get()38 while (bite) { in util_ones_count_get()39 bite &= (bite - 1); in util_ones_count_get()
96 struct wdt_timeout_cfg *bite = cfg->next; in ot_aontimer_install_timeout() local98 if (bite == NULL || bite->window.max < cfg->window.max || in ot_aontimer_install_timeout()99 (uint64_t) bite->window.min > max_window) { in ot_aontimer_install_timeout()106 if (cfg->flags != WDT_FLAG_RESET_NONE || bite->flags != WDT_FLAG_RESET_SOC) { in ot_aontimer_install_timeout()128 bite_thold = ((uint64_t) bite->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout()
39 uint8_t bite; in util_ones_count_get() local41 bite = *octets; in util_ones_count_get()42 while (bite) { in util_ones_count_get()43 bite &= (bite - 1); in util_ones_count_get()
167 uint8_t bite; in chan_sel_remap() local170 bite = *chan_map; in chan_sel_remap()173 if (bite & 0x01) { in chan_sel_remap()180 bite >>= 1; in chan_sel_remap()