Searched refs:_reg (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_reg_defs.h | 37 #define SEDI_REGO(_comp, _reg) SEDI_REGO_##_comp##_##_reg argument 42 #define SEDI_REGR(_comp, _reg) SEDI_REGR_##_comp##_##_reg argument 49 #define SEDI_REGT(_comp, _reg) __typeof__(SEDI_REGR(_comp, _reg)) argument 54 #define _SEDI_REGBM(_comp, _reg, _bit_off) ((SEDI_REGT(_comp, _reg))0x1 << (_bit_off)) argument 63 #define SEDI_RBFO(_comp, _reg, _bf) SEDI_RBFO_##_comp##_##_reg##_##_bf argument 68 #define SEDI_RBFW(_comp, _reg, _bf) SEDI_RBFW_##_comp##_##_reg##_##_bf argument 73 #define SEDI_RBFM(_comp, _reg, _bf) SEDI_RBFM_##_comp##_##_reg##_##_bf argument 78 #define SEDI_RBFR(_comp, _reg, _bf) SEDI_RBFR_##_comp##_##_reg##_##_bf argument 83 #define SEDI_RBFV(_comp, _reg, _bf, _value_name) SEDI_RBFV_##_comp##_##_reg##_##_bf##_##_value_name argument 88 #define SEDI_RBFVM(_comp, _reg, _bf, _value_name) \ argument [all …]
|