Searched refs:LOG_I (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | info.c | 18 #define LOG_I(format, ...) nLog("Info", 0xff, format, ##__VA_ARGS__) macro 82 LOG_I("SE050 JCOP4 Information:"); in jcop4_get_id() 83 LOG_I("%s = 0x%02X", "Tag value - proprietary data 0xFE", in jcop4_get_id() 85 LOG_I("%s = 0x%02X", "Length of following data 0x45", in jcop4_get_id() 90 LOG_I("%s = 0x%02X", "Length of card identification data", in jcop4_get_id() 92 LOG_I("%s = 0x%02X", "Tag configuration ID (Must be 0x01)", in jcop4_get_id() 94 LOG_I("%s = 0x%02X", "Length configuration ID 0x0C", in jcop4_get_id() 99 LOG_I("%s = 0x%02X", "Tag patch ID (Must be 0x02)", rsp.vTag_patch_ID); in jcop4_get_id() 100 LOG_I("%s = 0x%02X", "Length patch ID 0x08", rsp.vLength_patch_ID); in jcop4_get_id() 102 LOG_I("%s = 0x%02X", "Tag platform build ID1 (Must be 0x03)", in jcop4_get_id() [all …]
|