Home
last modified time | relevance | path

Searched refs:SCMI_PERF_LEVEL_ATTRIBUTES_LATENCY_US_MASK (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/scmi-msg/
H A Dperf_domain.h77 #define SCMI_PERF_LEVEL_ATTRIBUTES_LATENCY_US_MASK GENMASK_32(15, 0) macro
H A Dperf_domain.c351 latency &= SCMI_PERF_LEVEL_ATTRIBUTES_LATENCY_US_MASK; in scmi_perf_describe_levels()