Searched refs:VERBOSE_MSG (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/drivers/scmi-msg/ |
| H A D | perf_domain.c | 18 #define VERBOSE_MSG(...) FMSG(__VA_ARGS__) macro 100 VERBOSE_MSG("SCMI perf %#"PRIx32, SCMI_PROTOCOL_VERSION_PERF_DOMAIN); in protocol_version() 122 VERBOSE_MSG("channel %u: %zu performance domains", channel_id, count); in protocol_attributes() 226 VERBOSE_MSG("channel %u: domain %u: name \"%s\"", msg->channel_id, in scmi_perf_domain_attributes() 243 VERBOSE_MSG("channel %u, domain %u", msg->channel_id, domain_id); in scmi_perf_level_get() 260 VERBOSE_MSG("channel %u, domain %u: level %u", msg->channel_id, in scmi_perf_level_get() 275 VERBOSE_MSG("channel %u, domain %u: set level %u", channel_id, in scmi_perf_level_set() 303 VERBOSE_MSG("channel %u, domain %u", msg->channel_id, domain_id); in scmi_perf_describe_levels()
|