Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A 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()
H A Dspi-mpc52xx.c46 #define SPI_STATUS 0x05 macro
329 status = in_8(ms->regs + SPI_STATUS); in mpc52xx_spi_fsm_process()
412 in_8(regs + SPI_STATUS); in mpc52xx_spi_probe()
416 if (in_8(regs + SPI_STATUS) & SPI_STATUS_MODF) { in mpc52xx_spi_probe()