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