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

/linux-4.4.14/drivers/spi/
H A Dspi-dw.c181 u16 txw = 0; dw_writer() local
187 txw = *(u8 *)(dws->tx); dw_writer()
189 txw = *(u16 *)(dws->tx); dw_writer()
191 dw_write_io_reg(dws, DW_SPI_DR, txw); dw_writer()
H A Dspi-rockchip.c351 u32 txw = 0; rockchip_spi_pio_writer() local
355 txw = *(u8 *)(rs->tx); rockchip_spi_pio_writer()
357 txw = *(u16 *)(rs->tx); rockchip_spi_pio_writer()
359 writel_relaxed(txw, rs->regs + ROCKCHIP_SPI_TXDR); rockchip_spi_pio_writer()
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dks8851_mll.c374 * @txw: The header as 16bit, little-endian words
382 __le16 txw[2]; member in union:ks_tx_hdr
995 /* start header at txb[0] to align txw entries */ ks_write_qmu()
996 ks->txh.txw[0] = 0; ks_write_qmu()
997 ks->txh.txw[1] = cpu_to_le16(len); ks_write_qmu()
1002 ks_outblk(ks, ks->txh.txw, 4); ks_write_qmu()
H A Dks8851.c55 * @txw: The header as 16bit, little-endian words
63 __le16 txw[3]; member in union:ks8851_tx_hdr
724 /* start header at txb[1] to align txw entries */ ks8851_wrpkt()
726 ks->txh.txw[1] = cpu_to_le16(fid); ks8851_wrpkt()
727 ks->txh.txw[2] = cpu_to_le16(txp->len); ks8851_wrpkt()
/linux-4.4.14/net/llc/
H A Dllc_proc.c182 "dsap state retr txw rxw pf ff sf df rs cs " llc_seq_core_show()

Completed in 214 milliseconds