Searched refs:SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR (Results 1 – 3 of 3) sorted by relevance
22 #define SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR BIT(1) macro58 return hdr->channel_status & SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR; in scmi_smt_channel_reports_error()73 hdr->channel_status &= ~SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR; in scmi_smt_put_channel()
111 if (hdr->channel_status & SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR) { in scmi_read_resp_from_smt()135 hdr->channel_status &= ~SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR; in scmi_clear_smt_channel()
22 #define SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR BIT(1) macro96 (SCMI_SHMEM_CHAN_STAT_CHANNEL_ERROR | in shmem_poll_done()