Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-tegra20-sflash.c74 #define SPI_STATUS 0x004 macro
165 tegra_sflash_writel(tsd, SPI_RDY | SPI_FIFO_ERROR, SPI_STATUS); in tegra_sflash_clear_status()
195 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_fill_tx_fifo_from_client_txbuf()
207 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_fill_tx_fifo_from_client_txbuf()
220 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_read_rx_fifo_to_client_rxbuf()
228 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_read_rx_fifo_to_client_rxbuf()
412 tsd->status_reg = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_isr()
Dspi-omap-100k.c43 #define SPI_STATUS 0x06 macro
131 while ((readw(spi100k->base + SPI_STATUS) & SPI_STATUS_WE) != SPI_STATUS_WE) in spi100k_write_data()
153 while ((readw(spi100k->base + SPI_STATUS) & SPI_STATUS_RD) != SPI_STATUS_RD) in spi100k_read_data()
260 writew(0x00 , spi100k->base + SPI_STATUS); in omap1_spi100k_setup_transfer()
Dspi-mpc52xx.c43 #define SPI_STATUS 0x05 macro
323 status = in_8(ms->regs + SPI_STATUS); in mpc52xx_spi_fsm_process()
406 in_8(regs + SPI_STATUS); in mpc52xx_spi_probe()
410 if (in_8(regs + SPI_STATUS) & SPI_STATUS_MODF) { in mpc52xx_spi_probe()