Searched refs:SEDI_REGT (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_reg_defs.h | 49 #define SEDI_REGT(_comp, _reg) __typeof__(SEDI_REGR(_comp, _reg)) macro 54 #define _SEDI_REGBM(_comp, _reg, _bit_off) ((SEDI_REGT(_comp, _reg))0x1 << (_bit_off)) 95 (((SEDI_REGT(_comp, _reg))(_value) << SEDI_RBFO(_comp, _reg, _bf)) & \ 134 static const SEDI_REGT(_comp, _reg) SEDI_RBFM(_comp, _reg, _bf) = \ 135 (((_offset) + (_width)) >= sizeof(SEDI_REGT(_comp, _reg)) * 8) ? \ 136 ((SEDI_REGT(_comp, _reg))(-1) & \ 146 static const SEDI_REGT(_comp, _reg) SEDI_RBFV_##_comp##_##_reg##_##_bf##_##_value_name = \ 147 (SEDI_REGT(_comp, _reg))(_value) 161 (volatile(SEDI_REGT(_comp, _reg) *)(SEDI_IREG_BASE(_comp, _instance) + \ 165 ((volatile SEDI_REGT(_comp, _reg) *)(SEDI_REG_BASE(_comp) + SEDI_REGO(_comp, _reg))) [all …]
|