Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c103 static void fill_txdesc_vcs(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_vcs() argument
107 *pdw |= cpu_to_le32(RTS_EN); in fill_txdesc_vcs()
110 *pdw |= cpu_to_le32(CTS_2_SELF); in fill_txdesc_vcs()
117 *pdw |= cpu_to_le32(HW_RTS_EN); in fill_txdesc_vcs()
120 *pdw |= (pattrib->bwmode & HT_CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
123 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
125 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
127 *pdw |= 0; in fill_txdesc_vcs()
129 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
134 static void fill_txdesc_phy(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_phy() argument
[all …]