Searched refs:txw (Results 1 – 5 of 5) sorted by relevance
255 u32 txw = 0; in hisi_spi_writer() local262 txw = *(u8 *)(hs->tx); in hisi_spi_writer()265 txw = *(u16 *)(hs->tx); in hisi_spi_writer()268 txw = *(u32 *)(hs->tx); in hisi_spi_writer()273 writel(txw, hs->regs + HISI_SPI_DIN); in hisi_spi_writer()
140 u32 txw = 0; in dw_writer() local145 txw = *(u8 *)(dws->tx); in dw_writer()147 txw = *(u16 *)(dws->tx); in dw_writer()149 txw = *(u32 *)(dws->tx); in dw_writer()153 dw_write_io_reg(dws, DW_SPI_DR, txw); in dw_writer()
300 u32 txw; in rockchip_spi_pio_writer() local303 txw = *(u8 *)rs->tx; in rockchip_spi_pio_writer()305 txw = *(u16 *)rs->tx; in rockchip_spi_pio_writer()307 writel_relaxed(txw, rs->regs + ROCKCHIP_SPI_TXDR); in rockchip_spi_pio_writer()
272 ks->txh.txw[1] = cpu_to_le16(fid); in ks8851_wrfifo_spi()273 ks->txh.txw[2] = cpu_to_le16(txp->len); in ks8851_wrfifo_spi()
338 __le16 txw[3]; member