Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Ddesc.h130 #define FIFOCTL_AUTO_FB_1 0x0010 macro
158 #define FIFOCTL_AUTO_FB_1 0x1000 macro
Drxtx.c1178 else if (wFifoCtl & FIFOCTL_AUTO_FB_1) in s_vGenerateTxParameter()
1396 else if (psTxBufHd->wFIFOCtl & FIFOCTL_AUTO_FB_1) in s_cbFillTxBufHead()
2038 pTxBufHead->wFIFOCtl |= FIFOCTL_AUTO_FB_1; in vGenerateFIFOHeader()
Dbssdb.c1231 else if (pTxBufHead->wFIFOCtl & FIFOCTL_AUTO_FB_1) in BSSvUpdateNodeTxCounter()
/drivers/staging/vt6656/
Ddesc.h79 #define FIFOCTL_AUTO_FB_1 0x1000 macro
Drxtx.c921 cpu_to_le16(FIFOCTL_AUTO_FB_1); in vnt_tx_packet()