Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/cpus/aarch32/
A Dcpu_helpers.S176 ubfx r0, r1, #(MIDR_VAR_SHIFT - MIDR_REV_BITS), #(MIDR_REV_BITS + MIDR_VAR_BITS)
177 bfi r0, r1, #MIDR_REV_SHIFT, #MIDR_REV_BITS
/trusted-firmware-a/lib/cpus/aarch64/
A Dcpu_helpers.S231 ubfx x0, x1, #(MIDR_VAR_SHIFT - MIDR_REV_BITS), #(MIDR_REV_BITS + MIDR_VAR_BITS)
232 bfxil x0, x1, #MIDR_REV_SHIFT, #MIDR_REV_BITS
/trusted-firmware-a/include/arch/aarch32/
A Darch.h20 #define MIDR_REV_BITS U(4) macro
/trusted-firmware-a/include/arch/aarch64/
A Darch.h22 #define MIDR_REV_BITS U(4) macro

Completed in 12 milliseconds