Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dcommon.h30 #define SCMI_MAX_CHANNELS 256 macro
H A Ddriver.c2618 u8 channels[SCMI_MAX_CHANNELS] = {}; in scmi_debugfs_raw_mode_setup()
2619 DECLARE_BITMAP(protos, SCMI_MAX_CHANNELS) = {}; in scmi_debugfs_raw_mode_setup()
2630 if (num_chans >= SCMI_MAX_CHANNELS || !cinfo) { in scmi_debugfs_raw_mode_setup()