Searched refs:_width (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_reg_defs.h | 131 #define SEDI_RBF_DEFINE(_comp, _reg, _bf, _offset, _width, _access, _reset_val) \ argument 133 static const uint32_t SEDI_RBFW(_comp, _reg, _bf) = (_width); \ 135 (((_offset) + (_width)) >= sizeof(SEDI_REGT(_comp, _reg)) * 8) ? \ 138 ((_SEDI_REGBM(_comp, _reg, _width) - 1) << (_offset)); \
|