Searched refs:OSCNPRINTF (Results 1 – 1 of 1) sorted by relevance
19 #define OSCNPRINTF(fmt, ...) \ macro58 oboff += OSCNPRINTF("Device name: %s\n", ccp->name); in ccp5_debugfs_info_read()59 oboff += OSCNPRINTF(" RNG name: %s\n", ccp->rngname); in ccp5_debugfs_info_read()60 oboff += OSCNPRINTF(" # Queues: %d\n", ccp->cmd_q_count); in ccp5_debugfs_info_read()61 oboff += OSCNPRINTF(" # Cmds: %d\n", ccp->cmd_count); in ccp5_debugfs_info_read()64 oboff += OSCNPRINTF(" Version: %d\n", regval & RI_VERSION_NUM); in ccp5_debugfs_info_read()65 oboff += OSCNPRINTF(" Engines:"); in ccp5_debugfs_info_read()67 oboff += OSCNPRINTF(" AES"); in ccp5_debugfs_info_read()69 oboff += OSCNPRINTF(" 3DES"); in ccp5_debugfs_info_read()71 oboff += OSCNPRINTF(" SHA"); in ccp5_debugfs_info_read()[all …]