Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/
Dcc_bitops.h19 #define BITMASK(mask_size) (((mask_size) < 32) ? \ macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/corstone310/common/native_drivers/
Dsystimer_armv8-m_drv.c36 #define BITMASK(width) ((1u<<(width))-1) macro
Dsyscounter_armv8-m_cntrl_drv.c64 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/
Dsyscounter_armv8-m_cntrl_drv.c63 #define BITMASK(width) ((1u<<(width))-1) macro
Dsystimer_armv8-m_drv.c36 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an552/native_drivers/
Dsyscounter_armv8-m_cntrl_drv.c63 #define BITMASK(width) ((1u<<(width))-1) macro
Dsystimer_armv8-m_drv.c36 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an547/native_drivers/
Dsyscounter_armv8-m_cntrl_drv.c63 #define BITMASK(width) ((1u<<(width))-1) macro
Dsystimer_armv8-m_drv.c36 #define BITMASK(width) ((1u<<(width))-1) macro
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c26 #define BITMASK(width) ((1U<<(width))-1) macro