Searched refs:txh (Results 1 – 3 of 3) sorted by relevance
269 ks->txh.txb[1] = KS_SPIOP_TXFIFO; in ks8851_wrfifo_spi()270 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()273 xfer->tx_buf = &ks->txh.txb[1]; in ks8851_wrfifo_spi()
385 union ks8851_tx_hdr txh ____cacheline_aligned;
1802 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() argument1804 res = txh(tx); \ in invoke_tx_handlers_early()