Searched refs:SSI_DATAAVAILABLE (Results 1 – 2 of 2) sorted by relevance
34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) macro
300 val = SSI_DATAAVAILABLE(msg->channel) | SSI_ERROROCCURED; in ssi_start_pio()689 status |= SSI_DATAAVAILABLE(i); in ssi_cleanup_queues()896 val = SSI_DATAAVAILABLE(msg->channel); in ssi_pio_complete()959 if (status_reg & SSI_DATAAVAILABLE(ch)) in ssi_pio_thread()