Lines Matching +full:20 +full:- +full:bit
4 * SPDX-License-Identifier: Apache-2.0
20 #define DT_MEM_CACHEABLE BIT(0) /* cacheable */
21 #define DT_MEM_NON_VOLATILE BIT(1) /* non-volatile */
22 #define DT_MEM_OOO BIT(2) /* out-of-order */
23 #define DT_MEM_DMA BIT(3) /* DMA-able */
24 #define DT_MEM_UNKNOWN BIT(15) /* must be last */
36 #define DT_MEM_SW_ATTR_UNKNOWN BIT(19)
44 * See for example `include/zephyr/dt-bindings/memory-attr/memory-attr-arm.h`
46 #define DT_MEM_ARCH_ATTR_MASK GENMASK(31, 20)
48 #define DT_MEM_ARCH_ATTR_SHIFT (20)
49 #define DT_MEM_ARCH_ATTR_UNKNOWN BIT(31)