Searched refs:_freq (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 96 #define FIXED(_id, _name, _freq) \ argument 103 .freq = _freq, \
|
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk_cru.h | 58 #define FRATE(_id, _name, _freq) \ argument 67 .freq = _freq, \
|
| H A D | rk3288_cru.c | 496 #define FRATE(_id, _name, _freq) \ argument 505 .freq = _freq, \
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_car.c | 155 #define FRATE(_id, cname, _freq) \ argument 162 .freq = _freq, \
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_car.c | 154 #define FRATE(_id, cname, _freq) \ argument 161 .freq = _freq, \
|
| /f-stack/freebsd/arm/allwinner/clkng/ |
| H A D | aw_clk.h | 590 _freq, _mult, _div, _flags) \ argument 598 .freq = _freq, \
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211.c | 1033 #define IS_FREQ_IN_PSB(_freq) ((_freq) > 4940 && (_freq) < 4990) in ieee80211_mhz2ieee() argument
|