Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/scmi/vendor/
H A Dscmi_imx9.c288 if (num_configs > MAX_PER_LPI_CONFIGS_PER_CMD) { in scmi_per_lpm_mode_set()
289 num_configs -= MAX_PER_LPI_CONFIGS_PER_CMD; in scmi_per_lpm_mode_set()
290 tmp += MAX_PER_LPI_CONFIGS_PER_CMD; in scmi_per_lpm_mode_set()
H A Dscmi_imx9.h24 #define MAX_PER_LPI_CONFIGS_PER_CMD 9 macro