Home
last modified time | relevance | path

Searched defs:SUPPORTS_EXTENDED_NAMES (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dreset.c30 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
H A Dpower.c37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(27)) macro
H A Dvoltage.c32 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(30)) macro
H A Dclock.c37 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(29)) macro
H A Dpowercap.c44 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(28)) macro
H A Dperf.c74 #define SUPPORTS_EXTENDED_NAMES(x) ((x) & BIT(26)) macro
H A Dsensors.c80 #define SUPPORTS_EXTENDED_NAMES(x) FIELD_GET(BIT(29), (x)) macro