Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dxilinx_spi.c73 #define R_SPISSR (0x70 / 4) macro
123 qemu_set_irq(s->cs_lines[i], !(~s->regs[R_SPISSR] & 1 << i)); in xlx_spi_update_cs()
158 s->regs[R_SPISSR] = ~0; in xlx_spi_do_reset()
283 case R_SPISSR: in spi_write()