Home
last modified time | relevance | path

Searched refs:txbuff (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/spi/
Dspi-tle62x0.c62 unsigned char *txbuff = st->tx_buff; in tle62x0_read() local
64 .tx_buf = txbuff, in tle62x0_read()
70 txbuff[0] = CMD_READ; in tle62x0_read()
71 txbuff[1] = 0x00; in tle62x0_read()
72 txbuff[2] = 0x00; in tle62x0_read()
73 txbuff[3] = 0x00; in tle62x0_read()
/linux-4.4.14/drivers/staging/wlan-ng/
Dhfa384x_usb.c2704 memset(&hw->txbuff.txfrm.desc, 0, sizeof(hw->txbuff.txfrm.desc)); in hfa384x_drvr_txframe()
2707 hw->txbuff.type = cpu_to_le16(HFA384x_USB_TXFRM); in hfa384x_drvr_txframe()
2710 hw->txbuff.txfrm.desc.sw_support = 0x0123; in hfa384x_drvr_txframe()
2717 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2721 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2725 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2729 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2730 cpu_to_le16(hw->txbuff.txfrm.desc.tx_control); in hfa384x_drvr_txframe()
2733 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr, in hfa384x_drvr_txframe()
2738 hw->txbuff.txfrm.desc.data_len = cpu_to_le16(skb->len + 8); in hfa384x_drvr_txframe()
[all …]
Dhfa384x.h1228 hfa384x_usbout_t txbuff; member