Searched refs:_shift (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 32 #define EFX_HASH_ROTATE(_value, _shift) \ argument 33 EFSYS_ROTL_DWORD(_value, _shift) 37 #define EFX_HASH_ROTATE(_value, _shift) \ argument 38 (((_value) << (_shift)) | ((_value) >> (32 - (_shift))))
|
| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 123 #define GATE(_id, _name, _pname, _o, _shift) \ argument 133 .shift = _shift, \ 197 #define DIV(_id, _name, _pname, _o, _shift, _width) \ argument 207 .i_shift = _shift, \
|
| /f-stack/freebsd/sys/ |
| H A D | qmath.h | 200 int _carry = 0, _idx, _nfbits = Q_NFBITS(q), _shift = 0; \ 207 _shift = _nfbits >> 1; \ 208 _carry = (((bits) & ((1ULL << _shift) - 1)) * (base)) >> _shift;\ 210 _idx = ((((bits) >> _shift) * (base)) + _carry) >> (_nfbits - _shift);\
|
| /f-stack/freebsd/arm/allwinner/clkng/ |
| H A D | aw_clk.h | 558 _offset, _shift, _width) \ argument 567 .shift = _shift, \
|
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3288_cru.c | 525 #define PLL(_id, _name, _base, _shift) \ argument 536 .mode_shift = _shift, \
|