Searched refs:ax_spi_write_b (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-axiado.c | 53 static inline void ax_spi_write_b(struct ax_spi *xspi, u32 offset, u8 val) in ax_spi_write_b() function 206 ax_spi_write_b(xspi, AX_SPI_TXFIFO, *xspi->tx_buf++); in ax_spi_fill_tx_fifo() 208 ax_spi_write_b(xspi, AX_SPI_TXFIFO, 0); in ax_spi_fill_tx_fifo() 614 ax_spi_write_b(xspi, AX_SPI_TXFIFO, cmd_buf[i]); in ax_spi_mem_exec_op() 619 ax_spi_write_b(xspi, AX_SPI_TXFIFO, 0x00); in ax_spi_mem_exec_op() 621 ax_spi_write_b(xspi, AX_SPI_TXFIFO, 0x00); in ax_spi_mem_exec_op() 624 ax_spi_write_b(xspi, AX_SPI_TXFIFO, tx_buf_ptr[i]); in ax_spi_mem_exec_op()
|