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

/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.c474 unsigned int i, freq_band = 0xf; local
528 freq_band = i;
533 dev_dbg(dsim->dev, "freq_band = %d\n", freq_band);
541 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.c1917 u8 num_symbol_offsets, i, freq_band; local
1924 freq_band = AR5K_EEPROM_BAND_2GHZ;
1927 freq_band = AR5K_EEPROM_BAND_5GHZ;
1939 spur_chan_fbin = ee->ee_spur_chans[i][freq_band];
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h792 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:libipw_device
865 (ieee->freq_band & LIBIPW_52GHZ_BAND))
870 (ieee->freq_band & LIBIPW_24GHZ_BAND))
875 (ieee->freq_band & LIBIPW_24GHZ_BAND))
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1941 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:ieee80211_device
2267 (ieee->freq_band & IEEE80211_52GHZ_BAND))
2272 (ieee->freq_band & IEEE80211_24GHZ_BAND))
2277 (ieee->freq_band & IEEE80211_24GHZ_BAND))
/drivers/staging/rtl8192e/
H A Drtllib.h2227 int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */ member in struct:rtllib_device
2597 (ieee->freq_band & RTLLIB_52GHZ_BAND))
2602 (ieee->freq_band & RTLLIB_24GHZ_BAND))
2607 (ieee->freq_band & RTLLIB_24GHZ_BAND))

Completed in 512 milliseconds