Searched refs:_hz (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3288_cru.c | 362 #define PLL_RATE_BA(_hz, _ref, _fb, _post, _ba) \ argument 364 .freq = _hz, \
|
H A D | rk3328_cru.c | 570 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd, _frac) \ argument 572 .freq = _hz, \
|
H A D | rk3399_cru.c | 547 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 549 .freq = _hz, \
|
H A D | rk3568_cru.c | 55 #define RK_PLLRATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 57 .freq = _hz, \
|