Home
last modified time | relevance | path

Searched refs:_fb (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_domains.h36 #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
44 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) }
45 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \ argument
48 #define BM7(_fa, _fb, _fc, _fd, _fe, _ff, _fg) \ argument
[all …]
/freebsd/sys/sys/
H A Dfbio.h107 #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 Drk3288_cru.c362 #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 Drk3328_cru.c570 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd, _frac) \ argument
574 .fbdiv = _fb, \
H A Drk3399_cru.c547 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument
551 .fbdiv = _fb, \
H A Drk3568_cru.c55 #define RK_PLLRATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument
59 .fbdiv = _fb, \