Home
last modified time | relevance | path

Searched refs:freq_band (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_geo.c40 if (ieee->freq_band & LIBIPW_24GHZ_BAND) in libipw_is_valid_channel()
51 if (ieee->freq_band & LIBIPW_52GHZ_BAND) in libipw_is_valid_channel()
69 if (ieee->freq_band & LIBIPW_24GHZ_BAND) in libipw_channel_to_index()
74 if (ieee->freq_band & LIBIPW_52GHZ_BAND) in libipw_channel_to_index()
108 if (ieee->freq_band & LIBIPW_24GHZ_BAND) in libipw_freq_to_channel()
113 if (ieee->freq_band & LIBIPW_52GHZ_BAND) in libipw_freq_to_channel()
H A Dlibipw.h782 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member
855 (ieee->freq_band & LIBIPW_52GHZ_BAND)) in libipw_is_valid_mode()
860 (ieee->freq_band & LIBIPW_24GHZ_BAND)) in libipw_is_valid_mode()
865 (ieee->freq_band & LIBIPW_24GHZ_BAND)) in libipw_is_valid_mode()
H A Dipw2200.c6033 switch (priv->ieee->freq_band) { in ipw_set_fixed_rate()
6119 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) { in ipw_add_scan_channels()
6141 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) { in ipw_add_scan_channels()
8512 priv->ieee->freq_band = band; in ipw_sw_reset()
9630 priv->ieee->freq_band = band; in ipw_wx_set_wireless_mode()
10716 switch (priv->ieee->freq_band) { in init_supported_rates()
H A Dipw2100.c1766 priv->ieee->freq_band = LIBIPW_24GHZ_BAND; in ipw2100_up()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c260 unsigned int i, freq_band = 0xf; in exynos_mipi_dsi_change_pll() local
314 freq_band = i; in exynos_mipi_dsi_change_pll()
319 debug("freq_band = %d\n", freq_band); in exynos_mipi_dsi_change_pll()
327 exynos_mipi_dsi_pll_freq_band(dsim, freq_band); in exynos_mipi_dsi_change_pll()
H A Dexynos_mipi_dsi_lowlevel.h48 unsigned int freq_band);
H A Dexynos_mipi_dsi_lowlevel.c304 unsigned int freq_band) in exynos_mipi_dsi_pll_freq_band() argument
311 reg |= ((freq_band & 0x1f) << DSIM_FREQ_BAND_SHIFT); in exynos_mipi_dsi_pll_freq_band()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1691 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member
2020 (ieee->freq_band & IEEE80211_52GHZ_BAND)) in ieee80211_is_valid_mode()
2025 (ieee->freq_band & IEEE80211_24GHZ_BAND)) in ieee80211_is_valid_mode()
2030 (ieee->freq_band & IEEE80211_24GHZ_BAND)) in ieee80211_is_valid_mode()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c1910 u8 num_symbol_offsets, i, freq_band; in ath5k_hw_set_spur_mitigation_filter() local
1917 freq_band = AR5K_EEPROM_BAND_2GHZ; in ath5k_hw_set_spur_mitigation_filter()
1920 freq_band = AR5K_EEPROM_BAND_5GHZ; in ath5k_hw_set_spur_mitigation_filter()
1932 spur_chan_fbin = ee->ee_spur_chans[i][freq_band]; in ath5k_hw_set_spur_mitigation_filter()