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

1234

/drivers/net/wireless/mwifiex/
H A Dcfg80211.c219 first_chan = (u32) ch->hw_value;
226 if (ch->hw_value == next_chan + 1 &&
236 first_chan = (u32) ch->hw_value;
610 {.bitrate = 10, .hw_value = 2, },
611 {.bitrate = 20, .hw_value = 4, },
612 {.bitrate = 55, .hw_value = 11, },
613 {.bitrate = 110, .hw_value = 22, },
614 {.bitrate = 60, .hw_value = 12, },
615 {.bitrate = 90, .hw_value = 18, },
616 {.bitrate = 120, .hw_value
[all...]
H A Dcfp.c207 if (ch->hw_value == channel ||
220 priv->cfp.channel = ch->hw_value;
/drivers/net/wireless/rtlwifi/
H A Dbase.c66 {.center_freq = 2412, .hw_value = 1,},
67 {.center_freq = 2417, .hw_value = 2,},
68 {.center_freq = 2422, .hw_value = 3,},
69 {.center_freq = 2427, .hw_value = 4,},
70 {.center_freq = 2432, .hw_value = 5,},
71 {.center_freq = 2437, .hw_value = 6,},
72 {.center_freq = 2442, .hw_value = 7,},
73 {.center_freq = 2447, .hw_value = 8,},
74 {.center_freq = 2452, .hw_value = 9,},
75 {.center_freq = 2457, .hw_value
[all...]
/drivers/net/wireless/libertas_tf/
H A Dmain.c39 { .center_freq = 2412, .hw_value = 1 },
40 { .center_freq = 2417, .hw_value = 2 },
41 { .center_freq = 2422, .hw_value = 3 },
42 { .center_freq = 2427, .hw_value = 4 },
43 { .center_freq = 2432, .hw_value = 5 },
44 { .center_freq = 2437, .hw_value = 6 },
45 { .center_freq = 2442, .hw_value = 7 },
46 { .center_freq = 2447, .hw_value = 8 },
47 { .center_freq = 2452, .hw_value = 9 },
48 { .center_freq = 2457, .hw_value
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c187 center_channel = spec->channels[conf->channel->hw_value].channel;
202 return conf->channel->hw_value;
210 u16 hw_value; local
222 hw_value = rt2x00ht_center_channel(rt2x00dev, conf);
225 hw_value = conf->channel->hw_value;
229 &rt2x00dev->spec.channels[hw_value],
233 &rt2x00dev->spec.channels_info[hw_value],
H A Drt2x00lib.h56 static inline const struct rt2x00_rate *rt2x00_get_rate(const u16 hw_value) argument
58 return &rt2x00_supported_rates[hw_value & 0xff];
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c54 .hw_value = ZD_CCK_RATE_1M, },
56 .hw_value = ZD_CCK_RATE_2M,
60 .hw_value = ZD_CCK_RATE_5_5M,
64 .hw_value = ZD_CCK_RATE_11M,
68 .hw_value = ZD_OFDM_RATE_6M,
71 .hw_value = ZD_OFDM_RATE_9M,
74 .hw_value = ZD_OFDM_RATE_12M,
77 .hw_value = ZD_OFDM_RATE_18M,
80 .hw_value = ZD_OFDM_RATE_24M,
83 .hw_value
[all...]
/drivers/net/wireless/p54/
H A Deeprom.c34 { .bitrate = 10, .hw_value = 0, },
35 { .bitrate = 20, .hw_value = 1, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
36 { .bitrate = 55, .hw_value = 2, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
37 { .bitrate = 110, .hw_value = 3, .flags = IEEE80211_RATE_SHORT_PREAMBLE },
38 { .bitrate = 60, .hw_value = 4, },
39 { .bitrate = 90, .hw_value = 5, },
40 { .bitrate = 120, .hw_value = 6, },
41 { .bitrate = 180, .hw_value = 7, },
42 { .bitrate = 240, .hw_value = 8, },
43 { .bitrate = 360, .hw_value
[all...]
/drivers/net/wireless/wl1251/
H A Dmain.c1108 .hw_value = 0x1,
1111 .hw_value = 0x2,
1115 .hw_value = 0x4,
1119 .hw_value = 0x20,
1123 .hw_value = 0x8,
1126 .hw_value = 0x10,
1129 .hw_value = 0x40,
1132 .hw_value = 0x80,
1135 .hw_value = 0x200,
1138 .hw_value
[all...]
/drivers/watchdog/
H A Dintel_scu_watchdog.c215 u32 hw_value; local
283 hw_value = ioread32(watchdog_device.timer_load_count_addr);
284 hw_value = hw_value & 0xFFFF0000;
287 } while (soft_value != hw_value);
/drivers/net/wireless/rtl818x/rtl8180/
H A Ddev.c56 { .bitrate = 10, .hw_value = 0, },
57 { .bitrate = 20, .hw_value = 1, },
58 { .bitrate = 55, .hw_value = 2, },
59 { .bitrate = 110, .hw_value = 3, },
60 { .bitrate = 60, .hw_value = 4, },
61 { .bitrate = 90, .hw_value = 5, },
62 { .bitrate = 120, .hw_value = 6, },
63 { .bitrate = 180, .hw_value = 7, },
64 { .bitrate = 240, .hw_value = 8, },
65 { .bitrate = 360, .hw_value
[all...]
H A Dmax2820.c100 u32 txpw = priv->channels[chan_idx].hw_value & 0xFF;
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c89 { .bitrate = 10, .hw_value = 0, },
90 { .bitrate = 20, .hw_value = 1, },
91 { .bitrate = 55, .hw_value = 2, },
92 { .bitrate = 110, .hw_value = 3, },
93 { .bitrate = 60, .hw_value = 4, },
94 { .bitrate = 90, .hw_value = 5, },
95 { .bitrate = 120, .hw_value = 6, },
96 { .bitrate = 180, .hw_value = 7, },
97 { .bitrate = 240, .hw_value = 8, },
98 { .bitrate = 360, .hw_value
[all...]
/drivers/net/wireless/wl12xx/
H A Dmain.c4607 .hw_value = CONF_HW_BIT_RATE_1MBPS,
4610 .hw_value = CONF_HW_BIT_RATE_2MBPS,
4614 .hw_value = CONF_HW_BIT_RATE_5_5MBPS,
4618 .hw_value = CONF_HW_BIT_RATE_11MBPS,
4622 .hw_value = CONF_HW_BIT_RATE_6MBPS,
4625 .hw_value = CONF_HW_BIT_RATE_9MBPS,
4628 .hw_value = CONF_HW_BIT_RATE_12MBPS,
4631 .hw_value = CONF_HW_BIT_RATE_18MBPS,
4634 .hw_value = CONF_HW_BIT_RATE_24MBPS,
4637 .hw_value
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dcommon.c140 chan_idx = curchan->hw_value;
H A Dinit.c48 /* We use the hw_value as an index into our private channel structure */
53 .hw_value = (_idx), \
60 .hw_value = (_idx), \
127 .hw_value = (_hw_rate), \
615 ah->curchan = &ah->channels[chan->hw_value];
/drivers/media/rc/
H A Dene_ir.c724 u16 hw_value, reg; local
773 hw_value = ene_read_reg(dev, reg);
780 hw_value |= ene_read_reg(dev, reg + offset) << 8;
781 pulse = hw_value & ENE_FW_SMPL_BUF_FAN_PLS;
784 hw_value &= ENE_FW_SMPL_BUF_FAN_MSK;
785 hw_sample = hw_value * ENE_FW_SAMPLE_PERIOD_FAN;
788 pulse = !(hw_value & ENE_FW_SAMPLE_SPACE);
789 hw_value &= ~ENE_FW_SAMPLE_SPACE;
790 hw_sample = hw_value * sample_period;
/drivers/net/wireless/
H A Dmwl8k.c321 { .center_freq = 2412, .hw_value = 1, },
322 { .center_freq = 2417, .hw_value = 2, },
323 { .center_freq = 2422, .hw_value = 3, },
324 { .center_freq = 2427, .hw_value = 4, },
325 { .center_freq = 2432, .hw_value = 5, },
326 { .center_freq = 2437, .hw_value = 6, },
327 { .center_freq = 2442, .hw_value = 7, },
328 { .center_freq = 2447, .hw_value = 8, },
329 { .center_freq = 2452, .hw_value = 9, },
330 { .center_freq = 2457, .hw_value
[all...]
H A Dat76c50x-usb.c1776 tx_buffer->tx_rate = ieee80211_get_tx_rate(hw, info)->hw_value;
1976 __func__, hw->conf.channel->hw_value);
1981 priv->channel = hw->conf.channel->hw_value;
2210 { .bitrate = 10, .hw_value = TX_RATE_1MBIT, },
2211 { .bitrate = 20, .hw_value = TX_RATE_2MBIT, },
2212 { .bitrate = 55, .hw_value = TX_RATE_5_5MBIT, },
2213 { .bitrate = 110, .hw_value = TX_RATE_11MBIT, },
2217 { .center_freq = 2412, .hw_value = 1 },
2218 { .center_freq = 2417, .hw_value = 2 },
2219 { .center_freq = 2422, .hw_value
[all...]
/drivers/net/wireless/ath/ath5k/
H A Dbase.c154 .hw_value = ATH5K_RATE_CODE_1M, },
156 .hw_value = ATH5K_RATE_CODE_2M,
160 .hw_value = ATH5K_RATE_CODE_5_5M,
164 .hw_value = ATH5K_RATE_CODE_11M,
168 .hw_value = ATH5K_RATE_CODE_6M,
171 .hw_value = ATH5K_RATE_CODE_9M,
174 .hw_value = ATH5K_RATE_CODE_12M,
177 .hw_value = ATH5K_RATE_CODE_18M,
180 .hw_value = ATH5K_RATE_CODE_24M,
183 .hw_value
[all...]
H A Dphy.c291 (channel->hw_value == AR5K_MODE_11B));
372 delay = (channel->hw_value == AR5K_MODE_11B) ?
920 if (channel->hw_value == AR5K_MODE_11B)
977 if (channel->hw_value != AR5K_MODE_11B) {
1034 if (channel->hw_value != AR5K_MODE_11B) {
1879 channel->hw_value != AR5K_MODE_11B)
2599 switch (channel->hw_value) {
2687 switch (channel->hw_value) {
2785 switch (channel->hw_value) {
3638 (channel->hw_value !
[all...]
H A Dpcu.c191 if ((channel->hw_value == AR5K_MODE_11B) && !ah->ah_short_slot)
297 reg = AR5K_RATE_DUR(rate->hw_value);
H A Dreset.c139 switch (channel->hw_value) {
757 if (channel->hw_value == AR5K_MODE_11B) {
999 if (channel->hw_value == AR5K_MODE_11G)
1194 mode = channel->hw_value;
/drivers/net/wireless/b43legacy/
H A Dxmit.c212 rate = tx_rate->hw_value;
215 rate_fb_ofdm = b43legacy_is_ofdm_rate(rate_fb->hw_value);
221 if ((rate_fb->hw_value == rate) ||
273 rate_fb->hw_value);
326 rts_rate = ieee80211_get_rts_cts_rate(dev->wl->hw, info)->hw_value;
/drivers/net/wireless/libertas/
H A Dcfg.c28 .hw_value = (_channel), \
53 .hw_value = (_hw_value), \
223 priv->scan_req->channels[priv->scan_channel]->hw_value;
453 ret = lbs_mesh_set_channel(priv, channel->hw_value);
455 ret = lbs_set_channel(priv, channel->hw_value);
1136 pos += lbs_add_channel_tlv(pos, bss->channel->hw_value);
1623 /* Convert priv->cur_rate from hw_value to NL80211 value */
1625 if (priv->cur_rate == lbs_rates[i].hw_value) {
1721 *fake++ = params->channel->hw_value;
1820 cmd.bss.ds.channel = params->channel->hw_value;
[all...]

Completed in 912 milliseconds

1234