Searched refs:txw (Results 1 – 4 of 4) sorted by relevance
251 u32 txw = 0; in hisi_spi_writer() local258 txw = *(u8 *)(hs->tx); in hisi_spi_writer()261 txw = *(u16 *)(hs->tx); in hisi_spi_writer()264 txw = *(u32 *)(hs->tx); in hisi_spi_writer()269 writel(txw, hs->regs + HISI_SPI_DIN); in hisi_spi_writer()
360 u32 txw = 0; in cdns_spi_writer() local371 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()
138 u32 txw = 0; in dw_writer() local143 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()
338 __le16 txw[3]; member