Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi_regs.h34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) macro
H A Domap_ssi_port.c301 val = SSI_DATAAVAILABLE(msg->channel) | SSI_ERROROCCURED; in ssi_start_pio()
698 status |= SSI_DATAAVAILABLE(i); in ssi_cleanup_queues()
906 val = SSI_DATAAVAILABLE(msg->channel); in ssi_pio_complete()
970 if (status_reg & SSI_DATAAVAILABLE(ch)) in ssi_pio_thread()
H A Domap_ssi_core.c187 val = SSI_DATAAVAILABLE(msg->channel); in ssi_gdd_complete()