Home
last modified time | relevance | path

Searched refs:LSB_GET (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dsilabs-pinctrl-siwx91x.h13 #define LSB_GET(value) ((value) & -(value)) macro
14 #define FIELD_GET(mask, value) (((value) & (mask)) / LSB_GET(mask))
15 #define FIELD_PREP(mask, value) (((value) * LSB_GET(mask)) & (mask))
/Zephyr-latest/include/zephyr/sys/
Dutil_macro.h105 #define LSB_GET(value) ((value) & -(value)) macro
111 #define FIELD_GET(mask, value) (((value) & (mask)) / LSB_GET(mask))
118 #define FIELD_PREP(mask, value) (((value) * LSB_GET(mask)) & (mask))
/Zephyr-latest/drivers/timer/
Driscv_machine_timer.c52 #define CYCLES_MAX (CYCLES_MAX_4 + LSB_GET(CYCLES_MAX_4))
Darm_arch_timer.c55 #define CYCLES_MAX_5 (CYCLES_MAX_4 + LSB_GET(CYCLES_MAX_4))
Dapic_tsc.c80 #define CYCLES_MAX (CYCLES_MAX_4 + LSB_GET(CYCLES_MAX_4))
/Zephyr-latest/tests/lib/heap_align/src/
Dmain.c31 rew = LSB_GET(align); in alignment_ok()
/Zephyr-latest/subsys/settings/src/
Dsettings_zms.c245 rc = zms_read(&cf->cf_zms, name_hash + i * LSB_GET(ZMS_COLLISIONS_MASK), &rdname, in settings_zms_save()
265 name_hash += i * LSB_GET(ZMS_COLLISIONS_MASK); in settings_zms_save()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_wkpu_nxp_s32.c61 irq_mask = LSB_GET(pending); in wkpu_nxp_s32_interrupt_handler()
Dintc_eirq_nxp_s32.c73 mask = LSB_GET(pending); in eirq_nxp_s32_interrupt_handler()
/Zephyr-latest/drivers/mfd/
Dmfd_max22017.c264 lsb = LSB_GET(gpi_sta); in max22017_int_worker()