Searched refs:SCMI_IS_CHANNEL_FREE (Results 1 – 2 of 2) sorted by relevance
36 assert(SCMI_IS_CHANNEL_FREE( in scmi_get_channel()64 while (!SCMI_IS_CHANNEL_FREE(mbx_mem->status)) { in scmi_send_sync_command()83 assert(SCMI_IS_CHANNEL_FREE( in scmi_put_channel()
87 #define SCMI_IS_CHANNEL_FREE(status) \ macro91 assert(SCMI_IS_CHANNEL_FREE(status)); \