HomeSort by: relevance | last modified time | path
    Searched refs:channel_status (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
scmi.h 31 uint32_t channel_status; member in struct:scmi_shmem
scmi.c 114 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0) {
183 shmem->channel_status = 0;
188 if ((shmem->channel_status & SCMI_CHANNEL_ERROR))
190 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0)
202 shmem->channel_status = 0;
209 if (shmem->channel_status & SCMI_CHANNEL_FREE)
213 if ((shmem->channel_status & SCMI_CHANNEL_ERROR))
215 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0)

Completed in 12 milliseconds