Searched refs:txw (Results 1 - 4 of 4) sorted by path

/drivers/net/ethernet/micrel/
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 */
726 ks->txh.txw[1] = cpu_to_le16(fid);
727 ks->txh.txw[2] = cpu_to_le16(txp->len);
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 */
996 ks->txh.txw[0] = 0;
997 ks->txh.txw[1] = cpu_to_le16(len);
1002 ks_outblk(ks, ks->txh.txw, 4);
/drivers/spi/
H A Dspi-dw.c179 u16 txw = 0; local
185 txw = *(u8 *)(dws->tx);
187 txw = *(u16 *)(dws->tx);
189 dw_writew(dws, DW_SPI_DR, txw);
H A Dspi-rockchip.c339 u32 txw = 0; local
343 txw = *(u8 *)(rs->tx);
345 txw = *(u16 *)(rs->tx);
347 writel_relaxed(txw, rs->regs + ROCKCHIP_SPI_TXDR);

Completed in 103 milliseconds