Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_scp.c24 #define UNIPHIER_SCP_IS_CTRL_CODE(c) (0xA0 <= (c) && (c) <= 0xA6) macro
82 if (UNIPHIER_SCP_IS_CTRL_CODE(c)) { in uniphier_scp_send_cmd()