Home
last modified time | relevance | path

Searched refs:A (Results 1 – 4 of 4) 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;
24 echo Found valid slot A, ${BOOT_system0_LEFT} attempts remaining;
/include/test/
A Dtest.h154 ll_entry_declare(struct unit_test, A ## _name, ut_ ## _suite) = { \
/include/env/adi/
A Dadi_boot.env2 * A target board needs to set these variables for the commands below to work:

Completed in 12 milliseconds