Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ssi/
H A Dbcm2835_spi.h57 #define BCM2835_SPI_CS_INTR BIT(10) macro
/openbmc/linux/drivers/spi/
H A Dspi-bcm2835.c56 #define BCM2835_SPI_CS_INTR 0x00000400 macro
350 cs &= ~(BCM2835_SPI_CS_INTR | in bcm2835_spi_reset_hw()
376 if (!(cs & BCM2835_SPI_CS_INTR)) in bcm2835_spi_interrupt()
428 cs |= BCM2835_SPI_CS_INTR | BCM2835_SPI_CS_INTD | BCM2835_SPI_CS_TA; in bcm2835_spi_transfer_one_irq()
/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c41 if (s->cs & BCM2835_SPI_CS_INTR && s->cs & BCM2835_SPI_CS_RXR) { in bcm2835_spi_update_int()