Searched refs:sec_str (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Ddma330.c270 char* sec_str; local
276 sec_str = (v & MGRSTS_NS) ? "non-secure, " : "secure, ";
280 sec_str = (v & CHSTS_NS) ? "non-secure, " : "secure, ";
285 sec_str = "";
326 printf("[ Manager ] Status: 0x%08x (%s%s)\n", v, sec_str, sts_str);
332 printf("[Channel %d] Status: 0x%08x (%s%s)\n", i, v, sec_str, sts_str);
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Ddma330.c270 char* sec_str; local
276 sec_str = (v & MGRSTS_NS) ? "non-secure, " : "secure, ";
280 sec_str = (v & CHSTS_NS) ? "non-secure, " : "secure, ";
285 sec_str = "";
326 printf("[ Manager ] Status: 0x%08x (%s%s)\n", v, sec_str, sts_str);
332 printf("[Channel %d] Status: 0x%08x (%s%s)\n", i, v, sec_str, sts_str);

Completed in 38 milliseconds