Home
last modified time | relevance | path

Searched defs:_comp (Results 1 – 1 of 1) sorted by relevance

/hal_intel-3.5.0/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h27 #define SEDI_IREG_BASE(_comp, _instance) SEDI_##_comp##_##_instance##_REG_BASE argument
32 #define SEDI_REG_BASE(_comp) SEDI_##_comp##_REG_BASE argument
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
[all …]