Searched refs:_reset_val (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_reg_defs.h | 120 #define SEDI_REG_DEFINE(_comp, _reg, _offset, _access, _writable_bitmask, _reset_val) \ argument 122 static __SEDI_CONST_##_access __typeof__(_reset_val) \ 123 __SEDI_UNUSED SEDI_REGR(_comp, _reg) = (_reset_val) 131 #define SEDI_RBF_DEFINE(_comp, _reg, _bf, _offset, _width, _access, _reset_val) \ argument 139 static __SEDI_CONST_##_access __typeof__(_reset_val) \ 140 __SEDI_UNUSED SEDI_RBFR(_comp, _reg, _bf) = (_reset_val)
|