Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c94 static void fill_txdesc_vcs(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_vcs() argument
100 *pdw |= cpu_to_le32(BIT(12)); in fill_txdesc_vcs()
103 *pdw |= cpu_to_le32(BIT(11)); in fill_txdesc_vcs()
111 *pdw |= cpu_to_le32(BIT(13)); in fill_txdesc_vcs()
115 *pdw |= (pattrib->bwmode&HT_CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
118 *pdw |= cpu_to_le32((0x01<<28)&0x30000000); in fill_txdesc_vcs()
120 *pdw |= cpu_to_le32((0x02<<28)&0x30000000); in fill_txdesc_vcs()
122 *pdw |= 0; in fill_txdesc_vcs()
124 *pdw |= cpu_to_le32((0x03<<28)&0x30000000); in fill_txdesc_vcs()
129 static void fill_txdesc_phy(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_phy() argument
[all …]
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c128 static void fill_txdesc_vcs(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_vcs() argument
132 *pdw |= cpu_to_le32(RTS_EN); in fill_txdesc_vcs()
135 *pdw |= cpu_to_le32(CTS_2_SELF); in fill_txdesc_vcs()
142 *pdw |= cpu_to_le32(HW_RTS_EN); in fill_txdesc_vcs()
145 *pdw |= (pattrib->bwmode&HT_CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
148 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
150 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
152 *pdw |= 0; in fill_txdesc_vcs()
154 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
159 static void fill_txdesc_phy(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_phy() argument
[all …]