Searched refs:BCM2835_SPI_CS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/spi/ |
| H A D | spi-bcm2835.c | 37 #define BCM2835_SPI_CS 0x00 macro 351 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS); in bcm2835_spi_reset_hw() 369 bcm2835_wr(bs, BCM2835_SPI_CS, cs); in bcm2835_spi_reset_hw() 377 u32 cs = bcm2835_rd(bs, BCM2835_SPI_CS); in bcm2835_spi_interrupt() 433 bcm2835_wr(bs, BCM2835_SPI_CS, cs); in bcm2835_spi_transfer_one_irq() 521 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA in bcm2835_spi_transfer_prologue() 548 bcm2835_wr(bs, BCM2835_SPI_CS, cs | BCM2835_SPI_CS_TA in bcm2835_spi_transfer_prologue() 802 bcm2835_wr(bs, BCM2835_SPI_CS, in bcm2835_spi_transfer_one_dma() 1125 bcm2835_wr(bs, BCM2835_SPI_CS, target->prepare_cs); in bcm2835_spi_prepare_message() 1398 bcm2835_wr(bs, BCM2835_SPI_CS, in bcm2835_spi_probe() [all …]
|