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