Home
last modified time | relevance | path

Searched refs:bit_map (Results 1 – 25 of 40) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dbitext.h13 struct bit_map { struct
24 int bit_map_string_get(struct bit_map *t, int len, int align); argument
25 void bit_map_clear(struct bit_map *t, int offset, int len);
26 void bit_map_init(struct bit_map *t, unsigned long *map, int size);
H A Diommu_32.h109 struct bit_map usemap;
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dbitext.c28 int bit_map_string_get(struct bit_map *t, int len, int align) in bit_map_string_get()
103 void bit_map_clear(struct bit_map *t, int offset, int len) in bit_map_clear()
121 void bit_map_init(struct bit_map *t, unsigned long *map, int size) in bit_map_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_vht.c50 u8 bit_map; in rtw_get_vht_highest_rate() local
59 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
61 if(bit_map != 3) in rtw_get_vht_highest_rate()
62 … vht_mcs_rate = MGN_VHT1SS_MCS7 + 10*j/2 + i*40 + bit_map; //VHT rate indications begin from 0x90 in rtw_get_vht_highest_rate()
74 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
83 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
85 if(bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_vht.c50 u8 bit_map; in rtw_get_vht_highest_rate() local
59 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
61 if(bit_map != 3) in rtw_get_vht_highest_rate()
62 … vht_mcs_rate = MGN_VHT1SS_MCS7 + 10*j/2 + i*40 + bit_map; //VHT rate indications begin from 0x90 in rtw_get_vht_highest_rate()
74 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
83 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
85 if(bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_vht.c65 u8 bit_map; in rtw_get_vht_highest_rate() local
71 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
73 if (bit_map != 3) in rtw_get_vht_highest_rate()
74 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
86 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
92 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
94 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_vht.c61 u8 bit_map; in rtw_get_vht_highest_rate() local
67 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
69 if (bit_map != 3) in rtw_get_vht_highest_rate()
70 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
82 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
88 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
90 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd64_edac.h246 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
249 BIT(16) | inj.bit_map)
308 u32 bit_map; member
H A Damd64_edac_inj.c84 return sprintf(buf, "0x%x\n", pvt->injection.bit_map); in amd64_inject_ecc_vector_show()
110 pvt->injection.bit_map = (u32) value; in amd64_inject_ecc_vector_store()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_vht.c155 u8 bit_map; in rtw_get_vht_highest_rate() local
161 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
163 if (bit_map != 3) in rtw_get_vht_highest_rate()
164 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
176 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
182 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
184 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_vht.c156 u8 bit_map; in rtw_get_vht_highest_rate() local
162 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
164 if (bit_map != 3) in rtw_get_vht_highest_rate()
165 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
177 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
183 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
185 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_vht.c156 u8 bit_map; in rtw_get_vht_highest_rate() local
162 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
164 if (bit_map != 3) in rtw_get_vht_highest_rate()
165 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
177 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
183 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
185 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_vht.c157 u8 bit_map; in rtw_get_vht_highest_rate() local
163 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
165 if (bit_map != 3) in rtw_get_vht_highest_rate()
166 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
178 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
184 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
186 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_vht.c149 u8 bit_map; in rtw_get_vht_highest_rate() local
155 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
157 if (bit_map != 3) in rtw_get_vht_highest_rate()
158 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
170 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
176 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
178 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_vht.c149 u8 bit_map; in rtw_get_vht_highest_rate() local
155 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
157 if (bit_map != 3) in rtw_get_vht_highest_rate()
158 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
170 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
176 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
178 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_vht.c148 u8 bit_map; in rtw_get_vht_highest_rate() local
154 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
156 if (bit_map != 3) in rtw_get_vht_highest_rate()
157 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
169 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
175 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
177 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_vht.c149 u8 bit_map; in rtw_get_vht_highest_rate() local
155 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
157 if (bit_map != 3) in rtw_get_vht_highest_rate()
158 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
170 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
176 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
178 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_vht.c156 u8 bit_map; in rtw_get_vht_highest_rate() local
162 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
164 if (bit_map != 3) in rtw_get_vht_highest_rate()
165 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
177 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
183 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
185 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_vht.c160 u8 bit_map; in rtw_get_vht_highest_rate() local
166 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
168 if (bit_map != 3) in rtw_get_vht_highest_rate()
169 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
181 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
187 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
189 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_vht.c160 u8 bit_map; in rtw_get_vht_highest_rate() local
166 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
168 if (bit_map != 3) in rtw_get_vht_highest_rate()
169 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
181 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
187 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
189 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_vht.c160 u8 bit_map; in rtw_get_vht_highest_rate() local
166 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
168 if (bit_map != 3) in rtw_get_vht_highest_rate()
169 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
181 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
187 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
189 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.c497 u32 bit_map) in hclge_tm_qs_bp_cfg() argument
509 bp_to_qs_map_cmd->qs_bit_map = cpu_to_le32(bit_map); in hclge_tm_qs_bp_cfg()
1437 u8 bit_map = 0; in hclge_tm_schd_info_update() local
1443 bit_map |= BIT(i); in hclge_tm_schd_info_update()
1445 if (!bit_map) { in hclge_tm_schd_info_update()
1446 bit_map = 1; in hclge_tm_schd_info_update()
1450 hdev->hw_tc_map = bit_map; in hclge_tm_schd_info_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_vht.c151 u8 bit_map; in rtw_get_vht_highest_rate() local
157 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
159 if (bit_map != 3) in rtw_get_vht_highest_rate()
160 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
172 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
178 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
180 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()
H A Drtw_he.c78 u8 bit_map; in rtw_he_get_highest_rate() local
86 bit_map = (he_mcs_map[i] >> j) & 3; in rtw_he_get_highest_rate()
88 if (bit_map != 3) in rtw_he_get_highest_rate()
89 he_mcs_rate = MGN_HE1SS_MCS7 + 12 * j / 2 + i * 48 + 2 * bit_map; in rtw_he_get_highest_rate()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_vht.c151 u8 bit_map; in rtw_get_vht_highest_rate() local
157 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_get_vht_highest_rate()
159 if (bit_map != 3) in rtw_get_vht_highest_rate()
160 …vht_mcs_rate = MGN_VHT1SS_MCS7 + 10 * j / 2 + i * 40 + bit_map; /* VHT rate indications begin from… in rtw_get_vht_highest_rate()
172 u8 bit_map; in rtw_vht_mcsmap_to_nss() local
178 bit_map = (pvht_mcs_map[i] >> j) & 3; in rtw_vht_mcsmap_to_nss()
180 if (bit_map != 3) in rtw_vht_mcsmap_to_nss()

12