Home
last modified time | relevance | path

Searched refs:B (Results 1 – 2 of 2) sorted by relevance

/include/
A Dsignatures.h22 #define SIGNATURE_16(A, B) ((A) | (B << 8)) argument
38 #define SIGNATURE_32(A, B, C, D) \ argument
39 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
59 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
60 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
/include/env/phytec/
A Drauc.env14 echo Booting RAUC A/B system;
33 echo Found valid slot B, ${BOOT_system1_LEFT} attempts remaining;

Completed in 8 milliseconds