Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h54 #define _SEDI_REGBM(_comp, _reg, _bit_off) ((SEDI_REGT(_comp, _reg))0x1 << (_bit_off)) macro
137 ~(_SEDI_REGBM(_comp, _reg, _offset) - 1)) : \
138 ((_SEDI_REGBM(_comp, _reg, _width) - 1) << (_offset)); \