/freebsd/sys/arm64/freescale/imx/ |
H A D | imx_ccm.h | 108 #define FIXED(_id, _name, _freq) \ argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mac80211.c | 16 #define CHAN2G(_idx, _freq) { \ argument 23 #define CHAN5G(_idx, _freq) { \ argument 30 #define CHAN6G(_idx, _freq) { \ argument
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 151 #define FRATE(_id, cname, _freq) \ argument
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_car.c | 152 #define FRATE(_id, cname, _freq) \ argument
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 66 #define F_RATE(_id, cname, _freq) \ argument
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_cru.h | 60 #define FRATE(_id, _name, _freq) \ argument
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 33 { .center_freq = _freq, .hw_value = _hw_val, .flags = _flags, .band = _band, } argument 35 RTW89_DEF_CHAN(_freq, _hw_val, 0, NL80211_BAND_2GHZ) argument 37 RTW89_DEF_CHAN(_freq, _hw_val, 0, NL80211_BAND_5GHZ) argument 39 RTW89_DEF_CHAN(_freq, _hw_val, IEEE80211_CHAN_NO_HT40MINUS, NL80211_BAND_5GHZ) argument 31 RTW89_DEF_CHAN(_freq,_hw_val,_flags,_band) global() argument [all...] |
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk.h | 588 _freq, _mult, _div, _flags) \ argument
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 18 #define CHAN2G(_channel, _freq, _flags) { \ argument 27 #define CHAN5G(_channel, _freq, _flags) { \ argument 36 #define CHAN6G(_channel, _freq, _flags) { \ argument
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1763 #define CHAN_TO_SPUR(_f, _freq) ( ((_freq) - ((_f) ? 2300 : 4900)) * 10 ) in ar5212SetSpurMitigation() argument
|
/freebsd/sys/net80211/ |
H A D | ieee80211.c | 1069 #define IS_FREQ_IN_PSB(_freq) ((_freq) > 4940 && (_freq) < 4990) in ieee80211_mhz2ieee() argument
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 27 #define CHAN2G(_channel, _freq, _flags) { \ argument 36 #define CHAN5G(_channel, _freq, _flags) { \ argument 45 #define CHAN6G(_channel, _freq, _flags) { \ argument
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300.h | 62 #define CHANSEL_2G(_freq) (((_freq) * 0x10000) / CHANSEL_DIV) argument 63 #define CHANSEL_5G(_freq) (((_freq) * 0x8000) / CHANSEL_DIV) argument
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 9517 #define CHAN2G(_channel, _freq, _flags) { \ argument 9526 #define CHAN5G(_channel, _freq, _flags) { \ argument
|