Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-tegra20-sflash.c63 #define SPI_STATUS 0x004 macro
154 tegra_sflash_writel(tsd, SPI_RDY | SPI_FIFO_ERROR, SPI_STATUS); in tegra_sflash_clear_status()
184 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_fill_tx_fifo_from_client_txbuf()
196 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_fill_tx_fifo_from_client_txbuf()
209 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_read_rx_fifo_to_client_rxbuf()
217 status = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_read_rx_fifo_to_client_rxbuf()
400 tsd->status_reg = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_isr()
Dspi-omap-100k.c33 #define SPI_STATUS 0x06 macro
121 while ((readw(spi100k->base + SPI_STATUS) & SPI_STATUS_WE) != SPI_STATUS_WE) in spi100k_write_data()
143 while ((readw(spi100k->base + SPI_STATUS) & SPI_STATUS_RD) != SPI_STATUS_RD) in spi100k_read_data()
250 writew(0x00, spi100k->base + SPI_STATUS); in omap1_spi100k_setup_transfer()
Dspi-mpc52xx.c45 #define SPI_STATUS 0x05 macro
327 status = in_8(ms->regs + SPI_STATUS); in mpc52xx_spi_fsm_process()
410 in_8(regs + SPI_STATUS); in mpc52xx_spi_probe()
414 if (in_8(regs + SPI_STATUS) & SPI_STATUS_MODF) { in mpc52xx_spi_probe()