Searched refs:_freq (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dphy.h21 #define CHANSEL_2G(_freq) (((_freq) * 0x10000) / CHANSEL_DIV)
22 #define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV)
H A Dcommon-init.c21 #define CHAN2G(_freq, _idx) { \
23 .center_freq = (_freq), \
28 #define CHAN5G(_freq, _idx) { \
30 .center_freq = (_freq), \
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_opp_data.h62 #define OPP_INITIALIZER(_hwmod_name, _enabled, _freq, _uv) \
66 .freq = _freq, \
/linux-4.1.27/drivers/devfreq/exynos/
H A Dexynos5_bus.c84 static int exynos5_busfreq_int_target(struct device *dev, unsigned long *_freq, exynos5_busfreq_int_target() argument
96 opp = devfreq_recommended_opp(dev, _freq, flags); exynos5_busfreq_int_target()
H A Dexynos4_bus.c565 static int exynos4_bus_target(struct device *dev, unsigned long *_freq, exynos4_bus_target() argument
578 opp = devfreq_recommended_opp(dev, _freq, flags); exynos4_bus_target()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c28 #define CHAN2G(_freq, _idx) { \
30 .center_freq = (_freq), \
35 #define CHAN5G(_freq, _idx) { \
37 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dmain.c104 #define CHAN2G(_channel, _freq, _flags) { \
106 .center_freq = (_freq), \
/linux-4.1.27/drivers/cpufreq/
H A Dlongrun.c22 * longrun_{low,high}_freq is needed for the conversion of cpufreq kHz
/linux-4.1.27/drivers/net/wireless/
H A Dmac80211_hwsim.c257 #define CHAN2G(_freq) { \
259 .center_freq = (_freq), \
260 .hw_value = (_freq), \
264 #define CHAN5G(_freq) { \
266 .center_freq = (_freq), \
267 .hw_value = (_freq), \
/linux-4.1.27/drivers/hwmon/
H A Dvt1211.c1032 SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO | S_IWUSR, \
1036 SENSOR_ATTR_2(pwm##ix##_freq, S_IRUGO, \
H A Ddme1737.c1614 static SENSOR_DEVICE_ATTR_2(pwm##ix##_freq, S_IRUGO, \
1638 static SENSOR_DEVICE_ATTR_2(pwm##ix##_freq, S_IRUGO, \
H A Dlm85.c839 static SENSOR_DEVICE_ATTR(pwm##offset##_freq, S_IRUGO | S_IWUSR, \
H A Dw83795.c1656 SENSOR_ATTR_2(pwm##index##_freq, S_IWUSR | S_IRUGO, \
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dcfg.c25 #define CHAN2G(_channel, _freq, _flags) { \
27 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dmain.c89 #define CHAN(_freq, _idx) { \
90 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dmac.c5161 #define CHAN2G(_channel, _freq, _flags) { \
5164 .center_freq = (_freq), \
5170 #define CHAN5G(_channel, _freq, _flags) { \
5173 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c36 #define CHAN2G(_channel, _freq, _flags) { \
39 .center_freq = (_freq), \
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c41 #define CHAN2G(_channel, _freq, _flags) { \
43 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dmain.c127 #define CHANTAB_ENT(_chanid, _freq) \
129 .center_freq = (_freq), \
/linux-4.1.27/drivers/net/wireless/b43/
H A Dmain.c189 #define CHAN2G(_channel, _freq, _flags) { \
191 .center_freq = (_freq), \
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_drv.h1017 * In other words, *_freq needs to be multiplied by X to be interesting.

Completed in 961 milliseconds