Searched refs:SPI_STATUS (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-tegra20-sflash.c | 63 #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() 401 tsd->status_reg = tegra_sflash_readl(tsd, SPI_STATUS); in tegra_sflash_isr()
|
H A D | spi-omap-100k.c | 33 #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()
|
H A D | spi-mpc52xx.c | 42 #define SPI_STATUS 0x05 macro 322 status = in_8(ms->regs + SPI_STATUS); in mpc52xx_spi_fsm_process() 405 in_8(regs + SPI_STATUS); in mpc52xx_spi_probe() 409 if (in_8(regs + SPI_STATUS) & SPI_STATUS_MODF) { in mpc52xx_spi_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-tegra20-sflash.c | 63 #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 D | spi-mpc52xx.c | 46 #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()
|
Completed in 5 milliseconds