Home
last modified time | relevance | path

Searched defs:BITMASK (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_bitops.h19 #define BITMASK(mask_size) (((mask_size) < 32) ? \ macro
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/timer/armv8m/
Dsystimer_armv8-m_drv.c36 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/counter/armv8m/
Dsyscounter_armv8-m_cntrl_drv.c64 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c26 #define BITMASK(width) ((1U<<(width))-1) macro