Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence.c360 u32 txw = 0; in cdns_spi_writer() local
371 txw = *(u8 *)xspi->txbuf; in cdns_spi_writer()
374 txw = *(u16 *)xspi->txbuf; in cdns_spi_writer()
377 txw = *(u32 *)xspi->txbuf; in cdns_spi_writer()
384 cdns_spi_write(xspi, CDNS_SPI_TXD, txw); in cdns_spi_writer()
H A Dspi-dw-core.c138 u32 txw = 0; in dw_writer() local
143 txw = *(u8 *)(dws->tx); in dw_writer()
145 txw = *(u16 *)(dws->tx); in dw_writer()
147 txw = *(u32 *)(dws->tx); in dw_writer()
151 dw_write_io_reg(dws, DW_SPI_DR, txw); in dw_writer()
H A Dspi-rockchip.c305 u32 txw; in rockchip_spi_pio_writer() local
308 txw = *(u8 *)rs->tx; in rockchip_spi_pio_writer()
310 txw = *(u16 *)rs->tx; in rockchip_spi_pio_writer()
312 writel_relaxed(txw, rs->regs + ROCKCHIP_SPI_TXDR); in rockchip_spi_pio_writer()