/freebsd/sys/arm64/freescale/imx/ |
H A D | imx_ccm.h | 108 #define FIXED(_id, _name, _freq) \ argument 115 .freq = _freq, \
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_cru.h | 60 #define FRATE(_id, _name, _freq) \ argument 69 .freq = _freq, \
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_car.c | 152 #define FRATE(_id, cname, _freq) \ argument 159 .freq = _freq, \
|
/freebsd/sys/dev/qcom_gcc/ |
H A D | qcom_gcc_ipq4018_clock.c | 66 #define F_RATE(_id, cname, _freq) \ argument 73 .freq = _freq, \
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 151 #define FRATE(_id, cname, _freq) \ argument 158 .freq = _freq, \
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mac80211.c | 16 #define CHAN2G(_idx, _freq) { \ argument 18 .center_freq = (_freq), \ 23 #define CHAN5G(_idx, _freq) { \ argument 25 .center_freq = (_freq), \ 30 #define CHAN6G(_idx, _freq) { \ argument 32 .center_freq = (_freq), \
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_clk.h | 588 _freq, _mult, _div, _flags) \ argument 596 .freq = _freq, \
|
/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/rtw89/ |
H A D | core.c | 47 #define RTW89_DEF_CHAN(_freq, _hw_val, _flags, _band) \ argument 48 { .center_freq = _freq, .hw_value = _hw_val, .flags = _flags, .band = _band, } 49 #define RTW89_DEF_CHAN_2G(_freq, _hw_val) \ argument 50 RTW89_DEF_CHAN(_freq, _hw_val, 0, NL80211_BAND_2GHZ) 51 #define RTW89_DEF_CHAN_5G(_freq, _hw_val) \ argument 52 RTW89_DEF_CHAN(_freq, _hw_val, 0, NL80211_BAND_5GHZ) 53 #define RTW89_DEF_CHAN_5G_NO_HT40MINUS(_freq, _hw_val) \ argument 54 RTW89_DEF_CHAN(_freq, _hw_val, IEEE80211_CHAN_NO_HT40MINUS, NL80211_BAND_5GHZ) 55 #define RTW89_DEF_CHAN_6G(_freq, _hw_val) \ argument 56 RTW89_DEF_CHAN(_freq, _hw_val, 0, NL80211_BAND_6GHZ)
|
/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/ath12k/ |
H A D | mac.c | 18 #define CHAN2G(_channel, _freq, _flags) { \ argument 21 .center_freq = (_freq), \ 27 #define CHAN5G(_channel, _freq, _flags) { \ argument 30 .center_freq = (_freq), \ 36 #define CHAN6G(_channel, _freq, _flags) { \ argument 39 .center_freq = (_freq), \
|
/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/contrib/dev/athk/ath11k/ |
H A D | mac.c | 27 #define CHAN2G(_channel, _freq, _flags) { \ argument 30 .center_freq = (_freq), \ 36 #define CHAN5G(_channel, _freq, _flags) { \ argument 39 .center_freq = (_freq), \ 45 #define CHAN6G(_channel, _freq, _flags) { \ argument 48 .center_freq = (_freq), \
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 9517 #define CHAN2G(_channel, _freq, _flags) { \ argument 9520 .center_freq = (_freq), \ 9526 #define CHAN5G(_channel, _freq, _flags) { \ argument 9529 .center_freq = (_freq), \
|