Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-s3c64xx.c32 #define S3C64XX_SPI_STATUS 0x14 macro
241 val = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_flush_fifo()
250 val = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_flush_fifo()
520 status = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_spi_wait_for_timeout()
554 status = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_wait_for_dma()
559 status = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_wait_for_dma()
589 status = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_wait_for_pio()
601 status = readl(regs + S3C64XX_SPI_STATUS); in s3c64xx_wait_for_pio()
1041 val = readl(sdd->regs + S3C64XX_SPI_STATUS); in s3c64xx_spi_irq()