Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Drtl8188eu_xmit.c112 static void fill_txdesc_vcs(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_vcs() argument
116 *pdw |= cpu_to_le32(RTS_EN); in fill_txdesc_vcs()
119 *pdw |= cpu_to_le32(CTS_2_SELF); in fill_txdesc_vcs()
126 *pdw |= cpu_to_le32(HW_RTS_EN); in fill_txdesc_vcs()
129 *pdw |= (pattrib->bwmode & HT_CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
132 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
134 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
136 *pdw |= 0; in fill_txdesc_vcs()
138 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
143 static void fill_txdesc_phy(struct pkt_attrib *pattrib, __le32 *pdw) in fill_txdesc_phy() argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c95 LPDWORD pdw = NULL; in winQueryScreenDIBFormat() local
119 pdw = (DWORD *) ((CARD8 *) pbmih + sizeof(BITMAPINFOHEADER)); in winQueryScreenDIBFormat()
122 (unsigned int)pdw[0], (unsigned int)pdw[1], (unsigned int)pdw[2]); in winQueryScreenDIBFormat()
151 LPDWORD pdw = NULL; in winQueryRGBBitsAndMasks() local
194 pdw = (DWORD *) ((CARD8 *) pbmih + sizeof(BITMAPINFOHEADER)); in winQueryRGBBitsAndMasks()
198 (unsigned int)pdw[0], (unsigned int)pdw[1], (unsigned int)pdw[2]); in winQueryRGBBitsAndMasks()
235 dwRedBits = winCountBits(pdw[0]); in winQueryRGBBitsAndMasks()
236 dwGreenBits = winCountBits(pdw[1]); in winQueryRGBBitsAndMasks()
237 dwBlueBits = winCountBits(pdw[2]); in winQueryRGBBitsAndMasks()
248 pScreenPriv->dwRedMask = pdw[0]; in winQueryRGBBitsAndMasks()
[all …]
H A Dwinwin32rootless.c88 LPDWORD pdw = NULL; in winMWExtWMQueryDIBFormat() local
112 pdw = (DWORD *) ((CARD8 *) pbmih + sizeof(BITMAPINFOHEADER)); in winMWExtWMQueryDIBFormat()
115 (unsigned int) pdw[0], (unsigned int) pdw[1], in winMWExtWMQueryDIBFormat()
116 (unsigned int) pdw[2]); in winMWExtWMQueryDIBFormat()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c106 void fill_txdesc_vcs(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_vcs() argument
112 *pdw |= cpu_to_le32(BIT(12)); in fill_txdesc_vcs()
115 *pdw |= cpu_to_le32(BIT(11)); in fill_txdesc_vcs()
123 *pdw |= cpu_to_le32(BIT(13)); in fill_txdesc_vcs()
127 *pdw |= (pattrib->bwmode & CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
130 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
132 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
134 *pdw |= 0; in fill_txdesc_vcs()
136 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
141 void fill_txdesc_phy(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_phy() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/
H A Drtl8723bu_xmit.c117 void fill_txdesc_vcs(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_vcs() argument
124 *pdw |= cpu_to_le32(BIT(12)); in fill_txdesc_vcs()
127 *pdw |= cpu_to_le32(BIT(11)); in fill_txdesc_vcs()
135 *pdw |= cpu_to_le32(BIT(13)); in fill_txdesc_vcs()
140 *pdw |= (pattrib->bwmode&CHANNEL_WIDTH_40)? cpu_to_le32(BIT(27)):0; in fill_txdesc_vcs()
143 *pdw |= cpu_to_le32((0x01<<28)&0x30000000); in fill_txdesc_vcs()
145 *pdw |= cpu_to_le32((0x02<<28)&0x30000000); in fill_txdesc_vcs()
147 *pdw |= 0; in fill_txdesc_vcs()
149 *pdw |= cpu_to_le32((0x03<<28)&0x30000000); in fill_txdesc_vcs()
154 void fill_txdesc_phy(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_phy() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c107 void fill_txdesc_vcs(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_vcs() argument
113 *pdw |= cpu_to_le32(BIT(12)); in fill_txdesc_vcs()
116 *pdw |= cpu_to_le32(BIT(11)); in fill_txdesc_vcs()
124 *pdw |= cpu_to_le32(BIT(13)); in fill_txdesc_vcs()
128 *pdw |= (pattrib->bwmode & CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
131 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
133 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
135 *pdw |= 0; in fill_txdesc_vcs()
137 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
142 void fill_txdesc_phy(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_phy() argument
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_hash.h57 unsigned int pdw; in __xfrm6_pref_hash() local
61 pdw = prefixlen >> 5; /* num of whole u32 in prefix */ in __xfrm6_pref_hash()
69 initval = (__force u32)(addr->a6[pdw] & mask); in __xfrm6_pref_hash()
72 return jhash2((__force u32 *)addr->a6, pdw, initval); in __xfrm6_pref_hash()
H A Dxfrm_policy.c803 unsigned int pdw, pbi; in xfrm_policy_addr_delta() local
819 pdw = prefixlen >> 5; in xfrm_policy_addr_delta()
822 if (pdw) { in xfrm_policy_addr_delta()
823 delta = memcmp(a->a6, b->a6, pdw << 2); in xfrm_policy_addr_delta()
829 ma = ntohl(a->a6[pdw]) & mask; in xfrm_policy_addr_delta()
830 mb = ntohl(b->a6[pdw]) & mask; in xfrm_policy_addr_delta()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/usb/
H A Drtl8188eu_xmit.c183 void fill_txdesc_vcs(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_vcs() argument
189 *pdw |= cpu_to_le32(RTS_EN); in fill_txdesc_vcs()
192 *pdw |= cpu_to_le32(CTS_2_SELF); in fill_txdesc_vcs()
200 *pdw |= cpu_to_le32(HW_RTS_EN); in fill_txdesc_vcs()
204 *pdw |= (pattrib->bwmode & CHANNEL_WIDTH_40) ? cpu_to_le32(BIT(27)) : 0; in fill_txdesc_vcs()
207 *pdw |= cpu_to_le32((0x01 << 28) & 0x30000000); in fill_txdesc_vcs()
209 *pdw |= cpu_to_le32((0x02 << 28) & 0x30000000); in fill_txdesc_vcs()
211 *pdw |= 0; in fill_txdesc_vcs()
213 *pdw |= cpu_to_le32((0x03 << 28) & 0x30000000); in fill_txdesc_vcs()
218 void fill_txdesc_phy(struct pkt_attrib *pattrib, u32 *pdw) in fill_txdesc_phy() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/iftop/
H A Diftop_1.0pre4.bb2 HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/"
9 SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz \
/OK3568_Linux_fs/buildroot/package/iftop/
H A Diftop.mk8 IFTOP_SITE = http://www.ex-parrot.com/pdw/iftop/download
H A DConfig.in13 http://www.ex-parrot.com/pdw/iftop/
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h619 unsigned int pdw, pbi; in ipv6_prefix_equal() local
622 pdw = prefixlen >> 5; in ipv6_prefix_equal()
623 if (pdw && memcmp(a1, a2, pdw << 2)) in ipv6_prefix_equal()
628 if (pbi && ((a1[pdw] ^ a2[pdw]) & htonl((0xffffffff) << (32 - pbi)))) in ipv6_prefix_equal()
H A Dxfrm.h811 unsigned int pdw; in addr_match() local
814 pdw = prefixlen >> 5; /* num of whole u32 in prefix */ in addr_match()
817 if (pdw) in addr_match()
818 if (memcmp(a1, a2, pdw << 2)) in addr_match()
826 if ((a1[pdw] ^ a2[pdw]) & mask) in addr_match()
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv2569 …[_P{������������������������}\g}���sbRm�������������������X}���K>~���������pdw������������������J9…
3362 …��������ãw������������������|:FHCB?AQQX��������������������~�������x������pdw������������������Zy…
4883 …��������������������ǩ|v�������Ѩ[\haX]��t?BFFDEH]mZf������������������������pdw�����ubPq�����������…