Home
last modified time | relevance | path

Searched refs:_shift (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_hash.c32 #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 Dimx_ccm_clk.h123 #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 Dqmath.h200 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 Daw_clk.h558 _offset, _shift, _width) \ argument
567 .shift = _shift, \
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk3288_cru.c525 #define PLL(_id, _name, _base, _shift) \ argument
536 .mode_shift = _shift, \