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

  /src/sys/dev/ic/
scmi.h 33 #define SCMI_CHANNEL_FREE (1 << 0)
scmi.c 114 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0) {
190 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0)
209 if (shmem->channel_status & SCMI_CHANNEL_FREE)
215 if ((shmem->channel_status & SCMI_CHANNEL_FREE) == 0)

Completed in 31 milliseconds