Searched refs:_fb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ah_regdomain/ |
H A D | ah_rd_domains.h | 36 #define BM2(_fa, _fb) { W0(_fa) | W0(_fb), W1(_fa) | W1(_fb) } argument 37 #define BM3(_fa, _fb, _fc) \ argument 38 { W0(_fa) | W0(_fb) | W0(_fc), W1(_fa) | W1(_fb) | W1(_fc) } 39 #define BM4(_fa, _fb, _fc, _fd) \ argument 40 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd), \ 41 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) } 42 #define BM5(_fa, _fb, _fc, _fd, _fe) \ argument 43 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \ 44 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) } 45 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument [all …]
|
/freebsd/sys/sys/ |
H A D | fbio.h | 107 #define FBTYPE_GET_STRIDE(_fb) ((_fb)->fb_size / (_fb)->fb_height) argument 108 #define FBTYPE_GET_BPP(_fb) ((_fb)->fb_bpp) argument 109 #define FBTYPE_GET_BYTESPP(_fb) ((_fb)->fb_bpp / 8) argument
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3288_cru.c | 362 #define PLL_RATE_BA(_hz, _ref, _fb, _post, _ba) \ argument 366 .fbdiv = _fb, \ 371 #define PLL_RATE(_mhz, _ref, _fb, _post) \ argument 372 PLL_RATE_BA(_mhz, _ref, _fb, _post, ((_fb < 2) ? 1 : _fb >> 1))
|
H A D | rk3328_cru.c | 570 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd, _frac) \ argument 574 .fbdiv = _fb, \
|
H A D | rk3399_cru.c | 547 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 551 .fbdiv = _fb, \
|
H A D | rk3568_cru.c | 55 #define RK_PLLRATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 59 .fbdiv = _fb, \
|