Searched refs:cmd_stringify (Results 1 – 1 of 1) sorted by relevance
306 static const char *cmd_stringify[] = { variable336 if (type > SMMU_CMD_NONE && type < ARRAY_SIZE(cmd_stringify)) { in smmu_cmd_string()337 return cmd_stringify[type] ? cmd_stringify[type] : "UNKNOWN"; in smmu_cmd_string()