Home
last modified time | relevance | path

Searched refs:MIDR_VAR_SHIFT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch32/
Dcpu_helpers.S167 ubfx r0, r1, #(MIDR_VAR_SHIFT - MIDR_REV_BITS), #(MIDR_REV_BITS + MIDR_VAR_BITS)
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Dcpu_helpers.S194 ubfx x0, x1, #(MIDR_VAR_SHIFT - MIDR_REV_BITS), #(MIDR_REV_BITS + MIDR_VAR_BITS)
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
Darch.h17 #define MIDR_VAR_SHIFT 20 macro
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch.h17 #define MIDR_VAR_SHIFT U(20) macro