Searched refs:_SEDI_REGBM (Results 1 – 1 of 1) sorted by relevance
54 #define _SEDI_REGBM(_comp, _reg, _bit_off) ((SEDI_REGT(_comp, _reg))0x1 << (_bit_off)) macro137 ~(_SEDI_REGBM(_comp, _reg, _offset) - 1)) : \138 ((_SEDI_REGBM(_comp, _reg, _width) - 1) << (_offset)); \