Searched defs:hw_value (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/rt2x00/
H A Drt2x00config.c185 center_channel = spec->channels[conf->chandef.chan->hw_value].channel;
200 return conf->chandef.chan->hw_value;
208 u16 hw_value; local
225 hw_value = rt2x00ht_center_channel(rt2x00dev, conf);
228 hw_value = conf->chandef.chan->hw_value;
232 &rt2x00dev->spec.channels[hw_value],
236 &rt2x00dev->spec.channels_info[hw_value],
H A Drt2x00lib.h54 static inline const struct rt2x00_rate *rt2x00_get_rate(const u16 hw_value) argument
56 return &rt2x00_supported_rates[hw_value & 0xff];
/drivers/staging/vt6656/
H A Drf.c758 u16 hw_value = priv->hw->conf.chandef.chan->hw_value; local
766 "%s 11b channel [%d]\n", __func__, hw_value);
768 hw_value--;
770 if (hw_value < ARRAY_SIZE(vt3226d0_lo_current_table))
772 vt3226d0_lo_current_table[hw_value]);
/drivers/watchdog/
H A Dintel_scu_watchdog.c214 u32 hw_value; local
281 hw_value = ioread32(watchdog_device.timer_load_count_addr);
282 hw_value = hw_value & 0xFFFF0000;
285 } while (soft_value != hw_value);
/drivers/media/rc/
H A Dene_ir.c735 u16 hw_value, reg; local
784 hw_value = ene_read_reg(dev, reg);
791 hw_value |= ene_read_reg(dev, reg + offset) << 8;
792 pulse = hw_value & ENE_FW_SMPL_BUF_FAN_PLS;
795 hw_value &= ENE_FW_SMPL_BUF_FAN_MSK;
796 hw_sample = hw_value * ENE_FW_SAMPLE_PERIOD_FAN;
799 pulse = !(hw_value & ENE_FW_SAMPLE_SPACE);
800 hw_value &= ~ENE_FW_SAMPLE_SPACE;
801 hw_sample = hw_value * sample_period;
/drivers/staging/rtl8723au/include/
H A Dieee80211.h288 u16 hw_value; member in struct:rtw_ieee80211_channel
302 "hw_value:%u, " \
315 (channel)->hw_value \
/drivers/net/wireless/iwlegacy/
H A D3945.c702 u16 hw_value = ieee80211_get_tx_rate(il->hw, info)->hw_value; local
703 u16 rate_idx = min(hw_value & 0xffff, RATE_COUNT_3945 - 1);
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h1105 u16 hw_value; member in struct:rtw_ieee80211_channel
1110 "hw_value:%u, " \
1114 (channel)->hw_value \

Completed in 947 milliseconds