Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c140 *pdw |= cpu_to_le32((0x01 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
142 *pdw |= cpu_to_le32((0x02 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
146 *pdw |= cpu_to_le32((0x03 << DATA_SC_SHT) & 0x003f0000); in fill_txdesc_phy()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtl8188e_xmit.h80 #define DATA_SC_SHT 20 macro