Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h783 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member
856 (ieee->freq_band & LIBIPW_52GHZ_BAND)) in libipw_is_valid_mode()
861 (ieee->freq_band & LIBIPW_24GHZ_BAND)) in libipw_is_valid_mode()
866 (ieee->freq_band & LIBIPW_24GHZ_BAND)) in libipw_is_valid_mode()
H A Dipw2200.c6079 switch (priv->ieee->freq_band) { in ipw_set_fixed_rate()
6165 if (priv->ieee->freq_band & LIBIPW_52GHZ_BAND) { in ipw_add_scan_channels()
6187 if (priv->ieee->freq_band & LIBIPW_24GHZ_BAND) { in ipw_add_scan_channels()
8558 priv->ieee->freq_band = band; in ipw_sw_reset()
9676 priv->ieee->freq_band = band; in ipw_wx_set_wireless_mode()
10762 switch (priv->ieee->freq_band) { in init_supported_rates()
H A Dipw2100.c1777 priv->ieee->freq_band = LIBIPW_24GHZ_BAND; in ipw2100_up()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c261 unsigned int i, freq_band = 0xf; in exynos_mipi_dsi_change_pll() local
315 freq_band = i; in exynos_mipi_dsi_change_pll()
320 debug("freq_band = %d\n", freq_band); in exynos_mipi_dsi_change_pll()
328 exynos_mipi_dsi_pll_freq_band(dsim, freq_band); in exynos_mipi_dsi_change_pll()
H A Dexynos_mipi_dsi_lowlevel.h49 unsigned int freq_band);
H A Dexynos_mipi_dsi_lowlevel.c305 unsigned int freq_band) in exynos_mipi_dsi_pll_freq_band() argument
312 reg |= ((freq_band & 0x1f) << DSIM_FREQ_BAND_SHIFT); in exynos_mipi_dsi_pll_freq_band()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1754 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member
2083 (ieee->freq_band & IEEE80211_52GHZ_BAND)) in ieee80211_is_valid_mode()
2088 (ieee->freq_band & IEEE80211_24GHZ_BAND)) in ieee80211_is_valid_mode()
2093 (ieee->freq_band & IEEE80211_24GHZ_BAND)) in ieee80211_is_valid_mode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Dphy.c1913 u8 num_symbol_offsets, i, freq_band; in ath5k_hw_set_spur_mitigation_filter() local
1920 freq_band = AR5K_EEPROM_BAND_2GHZ; in ath5k_hw_set_spur_mitigation_filter()
1923 freq_band = AR5K_EEPROM_BAND_5GHZ; in ath5k_hw_set_spur_mitigation_filter()
1935 spur_chan_fbin = ee->ee_spur_chans[i][freq_band]; in ath5k_hw_set_spur_mitigation_filter()