Home
last modified time | relevance | path

Searched refs:DATA_SC_SHT (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c165 *pdw |= cpu_to_le32((0x01 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
167 *pdw |= cpu_to_le32((0x02 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
171 *pdw |= cpu_to_le32((0x03 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h99 #define DATA_SC_SHT 20 macro