Searched defs:_reg (Results 1 – 1 of 1) sorted by relevance
| /hal_intel-latest/bsp_sedi/soc/common/include/ |
| D | sedi_reg_defs.h | 40 #define SEDI_REGO(_comp, _reg) SEDI_REGO_##_comp##_##_reg argument 45 #define SEDI_REGR(_comp, _reg) SEDI_REGR_##_comp##_##_reg argument 52 #define SEDI_REGT(_comp, _reg) __typeof__(SEDI_REGR(_comp, _reg)) argument 57 #define _SEDI_REGBM(_comp, _reg, _bit_off) ((SEDI_REGT(_comp, _reg))0x1 << (_bit_off)) argument 66 #define SEDI_RBFO(_comp, _reg, _bf) SEDI_RBFO_##_comp##_##_reg##_##_bf argument 71 #define SEDI_RBFW(_comp, _reg, _bf) SEDI_RBFW_##_comp##_##_reg##_##_bf argument 76 #define SEDI_RBFM(_comp, _reg, _bf) SEDI_RBFM_##_comp##_##_reg##_##_bf argument 81 #define SEDI_RBFR(_comp, _reg, _bf) SEDI_RBFR_##_comp##_##_reg##_##_bf argument 86 #define SEDI_RBFV(_comp, _reg, _bf, _value_name) SEDI_RBFV_##_comp##_##_reg##_##_bf##_##_value_name argument 91 #define SEDI_RBFVM(_comp, _reg, _bf, _value_name) \ argument [all …]
|