Searched refs:OSCNPRINTF (Results 1 – 1 of 1) sorted by relevance
22 #define OSCNPRINTF(fmt, ...) \ macro61 oboff += OSCNPRINTF("Device name: %s\n", ccp->name); in ccp5_debugfs_info_read()62 oboff += OSCNPRINTF(" RNG name: %s\n", ccp->rngname); in ccp5_debugfs_info_read()63 oboff += OSCNPRINTF(" # Queues: %d\n", ccp->cmd_q_count); in ccp5_debugfs_info_read()64 oboff += OSCNPRINTF(" # Cmds: %d\n", ccp->cmd_count); in ccp5_debugfs_info_read()67 oboff += OSCNPRINTF(" Version: %d\n", regval & RI_VERSION_NUM); in ccp5_debugfs_info_read()68 oboff += OSCNPRINTF(" Engines:"); in ccp5_debugfs_info_read()70 oboff += OSCNPRINTF(" AES"); in ccp5_debugfs_info_read()72 oboff += OSCNPRINTF(" 3DES"); in ccp5_debugfs_info_read()74 oboff += OSCNPRINTF(" SHA"); in ccp5_debugfs_info_read()[all …]