Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hsi/controllers/
Domap_ssi_regs.h34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) macro
Domap_ssi_port.c307 val = SSI_DATAAVAILABLE(msg->channel) | SSI_ERROROCCURED; in ssi_start_pio()
704 status |= SSI_DATAAVAILABLE(i); in ssi_cleanup_queues()
912 val = SSI_DATAAVAILABLE(msg->channel); in ssi_pio_complete()
976 if (status_reg & SSI_DATAAVAILABLE(ch)) in ssi_pio_thread()
Domap_ssi_core.c185 val = SSI_DATAAVAILABLE(msg->channel); in ssi_gdd_complete()