Searched defs:freq_band (Results 1 - 7 of 7) sorted by relevance

/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c490 unsigned int i, freq_band = 0xf; local
544 freq_band = i;
549 dev_dbg(dsim->dev, "freq_band = %d\n", freq_band);
557 exynos_mipi_dsi_pll_freq_band(dsim, freq_band);
H A Dexynos_mipi_dsi_lowlevel.c317 unsigned int freq_band)
322 reg |= DSIM_FREQ_BAND_SHIFT(freq_band & 0x1f);
316 exynos_mipi_dsi_pll_freq_band(struct mipi_dsim_device *dsim, unsigned int freq_band) argument
/drivers/net/wireless/ath/ath5k/
H A Dphy.c1915 u8 num_symbol_offsets, i, freq_band; local
1922 freq_band = AR5K_EEPROM_BAND_2GHZ;
1925 freq_band = AR5K_EEPROM_BAND_5GHZ;
1937 spur_chan_fbin = ee->ee_spur_chans[i][freq_band];
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h847 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:libipw_device
920 (ieee->freq_band & LIBIPW_52GHZ_BAND))
925 (ieee->freq_band & LIBIPW_24GHZ_BAND))
930 (ieee->freq_band & LIBIPW_24GHZ_BAND))
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h958 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:ieee80211_device
1250 (ieee->freq_band & IEEE80211_52GHZ_BAND))
1255 (ieee->freq_band & IEEE80211_24GHZ_BAND))
1260 (ieee->freq_band & IEEE80211_24GHZ_BAND))
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1954 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:ieee80211_device
2280 (ieee->freq_band & IEEE80211_52GHZ_BAND))
2285 (ieee->freq_band & IEEE80211_24GHZ_BAND))
2290 (ieee->freq_band & IEEE80211_24GHZ_BAND))
/drivers/staging/rtl8192e/
H A Drtllib.h2226 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:rtllib_device
2596 (ieee->freq_band & RTLLIB_52GHZ_BAND))
2601 (ieee->freq_band & RTLLIB_24GHZ_BAND))
2606 (ieee->freq_band & RTLLIB_24GHZ_BAND))

Completed in 293 milliseconds