Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c251 u32 txw = 0; in hisi_spi_writer() local
258 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()
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-rockchip.c308 u32 txw; in rockchip_spi_pio_writer() local
311 txw = *(u8 *)rs->tx; in rockchip_spi_pio_writer()
313 txw = *(u16 *)rs->tx; in rockchip_spi_pio_writer()
315 writel_relaxed(txw, rs->regs + ROCKCHIP_SPI_TXDR); in rockchip_spi_pio_writer()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_spi.c270 ks->txh.txw[1] = cpu_to_le16(fid); in ks8851_wrfifo_spi()
271 ks->txh.txw[2] = cpu_to_le16(txp->len); in ks8851_wrfifo_spi()
H A Dks8851.h338 __le16 txw[3]; member