Searched refs:_shift (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | clk-private.h | 116 _flags, _reg, _shift, _width, \ argument 130 .shift = _shift, \ 149 _reg, _shift, _width, \ argument 157 .shift = _shift, \
|
D | sh_clk.h | 115 #define SH_CLK_DIV4(_parent, _reg, _shift, _div_bitmap, _flags) \ argument 119 .enable_bit = _shift, \
|
/include/math-emu/ |
D | op-common.h | 53 _FP_I_TYPE _shift; \ 54 _FP_FRAC_CLZ_##wc(_shift, X); \ 55 _shift -= _FP_FRACXBITS_##fs; \ 56 _FP_FRAC_SLL_##wc(X, (_shift+_FP_WORKBITS)); \ 57 X##_e -= _FP_EXPBIAS_##fs - 1 + _shift; \
|