Home
last modified time | relevance | path

Searched refs:SSI_DATAAVAILABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hsi/controllers/
Domap_ssi_regs.h47 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) macro
Domap_ssi_port.c330 val = SSI_DATAAVAILABLE(msg->channel) | SSI_ERROROCCURED; in ssi_start_pio()
727 status |= SSI_DATAAVAILABLE(i); in ssi_cleanup_queues()
935 val = SSI_DATAAVAILABLE(msg->channel); in ssi_pio_complete()
999 if (status_reg & SSI_DATAAVAILABLE(ch)) in ssi_pio_thread()
Domap_ssi_core.c219 val = SSI_DATAAVAILABLE(msg->channel); in ssi_gdd_complete()