Searched defs:INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/arch/arm/include/asm/ | ||
| H A D | omap_mmc.h | 124 #define INDEX_MASK (0x3f << 24) macro |
| /openbmc/qemu/hw/arm/ | ||
| H A D | smmuv3-internal.h | 224 #define INDEX_MASK(q) (((1 << (q)->log2size)) - 1) macro |