Searched refs:hw_value (Results 1 - 25 of 191) sorted by relevance

12345678

/linux-master/drivers/staging/vt6656/
H A Dchannel.c27 { .bitrate = 10, .hw_value = RATE_1M },
28 { .bitrate = 20, .hw_value = RATE_2M },
29 { .bitrate = 55, .hw_value = RATE_5M },
30 { .bitrate = 110, .hw_value = RATE_11M },
31 { .bitrate = 60, .hw_value = RATE_6M },
32 { .bitrate = 90, .hw_value = RATE_9M },
33 { .bitrate = 120, .hw_value = RATE_12M },
34 { .bitrate = 180, .hw_value = RATE_18M },
35 { .bitrate = 240, .hw_value = RATE_24M },
36 { .bitrate = 360, .hw_value
[all...]
H A Drf.c290 u16 hw_value = ch->hw_value; local
303 "%s 11b channel [%d]\n", __func__, hw_value);
305 hw_value--;
307 if (hw_value < ARRAY_SIZE(vt3226d0_lo_current_table)) {
309 vt3226d0_lo_current_table[hw_value]);
355 channel = ch->hw_value - 1;
/linux-master/drivers/staging/vt6655/
H A Dchannel.c14 { .bitrate = 10, .hw_value = RATE_1M },
15 { .bitrate = 20, .hw_value = RATE_2M },
16 { .bitrate = 55, .hw_value = RATE_5M },
17 { .bitrate = 110, .hw_value = RATE_11M },
18 { .bitrate = 60, .hw_value = RATE_6M },
19 { .bitrate = 90, .hw_value = RATE_9M },
20 { .bitrate = 120, .hw_value = RATE_12M },
21 { .bitrate = 180, .hw_value = RATE_18M },
22 { .bitrate = 240, .hw_value = RATE_24M },
23 { .bitrate = 360, .hw_value
[all...]
/linux-master/drivers/net/wireless/marvell/libertas_tf/
H A Dmain.c27 { .center_freq = 2412, .hw_value = 1 },
28 { .center_freq = 2417, .hw_value = 2 },
29 { .center_freq = 2422, .hw_value = 3 },
30 { .center_freq = 2427, .hw_value = 4 },
31 { .center_freq = 2432, .hw_value = 5 },
32 { .center_freq = 2437, .hw_value = 6 },
33 { .center_freq = 2442, .hw_value = 7 },
34 { .center_freq = 2447, .hw_value = 8 },
35 { .center_freq = 2452, .hw_value = 9 },
36 { .center_freq = 2457, .hw_value
[all...]
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c19 .hw_value = PURELIFI_CCK_RATE_1M,
22 .hw_value = PURELIFI_CCK_RATE_2M,
27 .hw_value = PURELIFI_CCK_RATE_5_5M,
32 .hw_value = PURELIFI_CCK_RATE_11M,
37 .hw_value = PURELIFI_OFDM_RATE_6M,
40 .hw_value = PURELIFI_OFDM_RATE_9M,
43 .hw_value = PURELIFI_OFDM_RATE_12M,
46 .hw_value = PURELIFI_OFDM_RATE_18M,
49 .hw_value = PURELIFI_OFDM_RATE_24M,
52 .hw_value
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c175 center_channel = spec->channels[conf->chandef.chan->hw_value].channel;
190 return conf->chandef.chan->hw_value;
198 u16 hw_value; local
215 hw_value = rt2x00ht_center_channel(rt2x00dev, conf);
218 hw_value = conf->chandef.chan->hw_value;
222 &rt2x00dev->spec.channels[hw_value],
226 &rt2x00dev->spec.channels_info[hw_value],
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c26 .hw_value = 1 }, /* Channel 1 */
28 .hw_value = 2 }, /* Channel 2 */
30 .hw_value = 3 }, /* Channel 3 */
32 .hw_value = 4 }, /* Channel 4 */
34 .hw_value = 5 }, /* Channel 5 */
36 .hw_value = 6 }, /* Channel 6 */
38 .hw_value = 7 }, /* Channel 7 */
40 .hw_value = 8 }, /* Channel 8 */
42 .hw_value = 9 }, /* Channel 9 */
44 .hw_value
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c42 {.center_freq = 2412, .hw_value = 1,},
43 {.center_freq = 2417, .hw_value = 2,},
44 {.center_freq = 2422, .hw_value = 3,},
45 {.center_freq = 2427, .hw_value = 4,},
46 {.center_freq = 2432, .hw_value = 5,},
47 {.center_freq = 2437, .hw_value = 6,},
48 {.center_freq = 2442, .hw_value = 7,},
49 {.center_freq = 2447, .hw_value = 8,},
50 {.center_freq = 2452, .hw_value = 9,},
51 {.center_freq = 2457, .hw_value
1192 u8 hw_value = 0x0; local
[all...]
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c41 .hw_value = ZD_CCK_RATE_1M, },
43 .hw_value = ZD_CCK_RATE_2M,
47 .hw_value = ZD_CCK_RATE_5_5M,
51 .hw_value = ZD_CCK_RATE_11M,
55 .hw_value = ZD_OFDM_RATE_6M,
58 .hw_value = ZD_OFDM_RATE_9M,
61 .hw_value = ZD_OFDM_RATE_12M,
64 .hw_value = ZD_OFDM_RATE_18M,
67 .hw_value = ZD_OFDM_RATE_24M,
70 .hw_value
[all...]
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c30 { .bitrate = 10, .hw_value = 0, },
31 { .bitrate = 20, .hw_value = 1, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
32 { .bitrate = 55, .hw_value = 2, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
33 { .bitrate = 110, .hw_value = 3, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
34 { .bitrate = 60, .hw_value = 4, },
35 { .bitrate = 90, .hw_value = 5, },
36 { .bitrate = 120, .hw_value = 6, },
37 { .bitrate = 180, .hw_value = 7, },
38 { .bitrate = 240, .hw_value = 8, },
39 { .bitrate = 360, .hw_value
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c46 {.center_freq = 2412, .hw_value = 1,},
47 {.center_freq = 2417, .hw_value = 2,},
48 {.center_freq = 2422, .hw_value = 3,},
49 {.center_freq = 2427, .hw_value = 4,},
50 {.center_freq = 2432, .hw_value = 5,},
51 {.center_freq = 2437, .hw_value = 6,},
52 {.center_freq = 2442, .hw_value = 7,},
53 {.center_freq = 2447, .hw_value = 8,},
54 {.center_freq = 2452, .hw_value = 9,},
55 {.center_freq = 2457, .hw_value
[all...]
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h88 #define HW_VALUE_PHY(hw_value) ((hw_value) >> HW_VALUE_PHY_SHIFT)
89 #define HW_VALUE_CHANNEL(hw_value) ((hw_value) & 0xFF)
91 HW_VALUE_CHANNEL(__wcn->hw->conf.chandef.chan->hw_value)
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dmain.c1227 .hw_value = 0x1,
1230 .hw_value = 0x2,
1234 .hw_value = 0x4,
1238 .hw_value = 0x20,
1242 .hw_value = 0x8,
1245 .hw_value = 0x10,
1248 .hw_value = 0x40,
1251 .hw_value = 0x80,
1254 .hw_value = 0x200,
1257 .hw_value
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c19 {.bitrate = 10, .hw_value = 2, },
20 {.bitrate = 20, .hw_value = 4, },
21 {.bitrate = 55, .hw_value = 11, },
22 {.bitrate = 110, .hw_value = 22, },
23 {.bitrate = 60, .hw_value = 12, },
24 {.bitrate = 90, .hw_value = 18, },
25 {.bitrate = 120, .hw_value = 24, },
26 {.bitrate = 180, .hw_value = 36, },
27 {.bitrate = 240, .hw_value = 48, },
28 {.bitrate = 360, .hw_value
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c126 { .bitrate = 1 * 10, .hw_value = 0, .hw_value_short = 0, },
127 { .bitrate = 2 * 10, .hw_value = 1, .hw_value_short = 1,
129 { .bitrate = 5.5 * 10, .hw_value = 2, .hw_value_short = 2,
131 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
133 { .bitrate = 6 * 10, .hw_value = 4, .hw_value_short = 4, },
134 { .bitrate = 9 * 10, .hw_value = 5, .hw_value_short = 5, },
135 { .bitrate = 12 * 10, .hw_value = 6, .hw_value_short = 6, },
136 { .bitrate = 18 * 10, .hw_value = 7, .hw_value_short = 7, },
137 { .bitrate = 24 * 10, .hw_value = 8, .hw_value_short = 8, },
138 { .bitrate = 36 * 10, .hw_value
[all...]
/linux-master/net/wireless/tests/
H A Dutil.h13 .hw_value = (_freq), \
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c564 first_chan = (u32) ch->hw_value;
571 if (ch->hw_value == next_chan + 1 &&
581 first_chan = (u32) ch->hw_value;
1620 {.bitrate = 10, .hw_value = 2, },
1621 {.bitrate = 20, .hw_value = 4, },
1622 {.bitrate = 55, .hw_value = 11, },
1623 {.bitrate = 110, .hw_value = 22, },
1624 {.bitrate = 60, .hw_value = 12, },
1625 {.bitrate = 90, .hw_value = 18, },
1626 {.bitrate = 120, .hw_value
[all...]
H A D11h.c145 cr_req->chan_desc.chan_num = radar_params->chandef->chan->hw_value;
152 radar_params->chandef->chan->hw_value);
219 priv->dfs_chandef.chan->hw_value);
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c85 { .bitrate = 10, .hw_value = 0, },
86 { .bitrate = 20, .hw_value = 1, },
87 { .bitrate = 55, .hw_value = 2, },
88 { .bitrate = 110, .hw_value = 3, },
89 { .bitrate = 60, .hw_value = 4, },
90 { .bitrate = 90, .hw_value = 5, },
91 { .bitrate = 120, .hw_value = 6, },
92 { .bitrate = 180, .hw_value = 7, },
93 { .bitrate = 240, .hw_value = 8, },
94 { .bitrate = 360, .hw_value
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_eeprom.c138 else if (chan->hw_value <= 64)
140 else if (chan->hw_value <= 128)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-init.c17 /* We use the hw_value as an index into our private channel structure */
24 .hw_value = (_idx), \
31 .hw_value = (_idx), \
98 .hw_value = (_hw_rate), \
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c349 { .band = NL80211_BAND_2GHZ, .center_freq = 2412, .hw_value = 1, },
350 { .band = NL80211_BAND_2GHZ, .center_freq = 2417, .hw_value = 2, },
351 { .band = NL80211_BAND_2GHZ, .center_freq = 2422, .hw_value = 3, },
352 { .band = NL80211_BAND_2GHZ, .center_freq = 2427, .hw_value = 4, },
353 { .band = NL80211_BAND_2GHZ, .center_freq = 2432, .hw_value = 5, },
354 { .band = NL80211_BAND_2GHZ, .center_freq = 2437, .hw_value = 6, },
355 { .band = NL80211_BAND_2GHZ, .center_freq = 2442, .hw_value = 7, },
356 { .band = NL80211_BAND_2GHZ, .center_freq = 2447, .hw_value = 8, },
357 { .band = NL80211_BAND_2GHZ, .center_freq = 2452, .hw_value = 9, },
358 { .band = NL80211_BAND_2GHZ, .center_freq = 2457, .hw_value
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c233 if (chan->hw_value <= chan_map[i].chan) {
234 idx = (chan->hw_value == chan_map[i].chan);
245 switch (chan->hw_value) {
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c5795 .hw_value = CONF_HW_BIT_RATE_1MBPS,
5798 .hw_value = CONF_HW_BIT_RATE_2MBPS,
5802 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
5806 .hw_value = CONF_HW_BIT_RATE_11MBPS,
5810 .hw_value = CONF_HW_BIT_RATE_6MBPS,
5813 .hw_value = CONF_HW_BIT_RATE_9MBPS,
5816 .hw_value = CONF_HW_BIT_RATE_12MBPS,
5819 .hw_value = CONF_HW_BIT_RATE_18MBPS,
5822 .hw_value = CONF_HW_BIT_RATE_24MBPS,
5825 .hw_value
[all...]
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dmax2820.c96 u32 txpw = priv->channels[chan_idx].hw_value & 0xFF;

Completed in 301 milliseconds

12345678