Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-oc-tiny.c33 #define TINY_SPI_STATUS 8 macro
111 while (!(readb(hw->base + TINY_SPI_STATUS) & in tiny_spi_wait_txr()
118 while (!(readb(hw->base + TINY_SPI_STATUS) & in tiny_spi_wait_txe()
146 writeb(TINY_SPI_STATUS_TXR, hw->base + TINY_SPI_STATUS); in tiny_spi_txrx_bufs()
151 writeb(TINY_SPI_STATUS_TXE, hw->base + TINY_SPI_STATUS); in tiny_spi_txrx_bufs()
178 writeb(0, hw->base + TINY_SPI_STATUS); in tiny_spi_irq()
193 hw->base + TINY_SPI_STATUS); in tiny_spi_irq()
196 hw->base + TINY_SPI_STATUS); in tiny_spi_irq()