Searched refs:QSEL_SHT (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl8712_xmit.h72 #define QSEL_SHT (8) macro
H A Drtl8712_xmit.c277 ptx_desc->txdw1 |= cpu_to_le32((0x13<<QSEL_SHT)&0x00001f00);
474 ((qsel << QSEL_SHT) & 0x00001f00);
483 ((0x13 << QSEL_SHT) & 0x00001f00);
496 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
575 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
597 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
601 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
H A Drtl8712_cmd.c377 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) &
H A Drtl871x_xmit.c343 pattrib->priority = (txdesc.txdw1 >> QSEL_SHT) & 0x1f;
/drivers/staging/rtl8188eu/include/
H A Drtl8188e_xmit.h69 #define QSEL_SHT 8 macro
/drivers/staging/rtl8188eu/hal/
H A Drtl8188eu_xmit.c81 ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT<<QSEL_SHT)&0x00001f00); /* Fixed queue of Mgnt queue */
227 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
287 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
/drivers/staging/rtl8723au/hal/
H A Drtl8723au_xmit.c171 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00);
223 ptxdesc->txdw1 |= cpu_to_le32((qsel<<QSEL_SHT)&0x00001f00);
H A Drtl8723a_hal_init.c2262 ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT << QSEL_SHT) & 0x00001f00);
/drivers/staging/rtl8723au/include/
H A Drtl8723a_xmit.h48 #define QSEL_SHT 8 macro

Completed in 152 milliseconds