Searched refs:_reg_addr (Results 1 – 1 of 1) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_reg_defs.h | 171 #define SEDI_PREG_GET(_comp, _reg, _reg_addr) \ argument 173 volatile SEDI_REGT(_comp, _reg) * _addr = (_reg_addr); \ 185 #define SEDI_PREG_SET(_comp, _reg, _value, _reg_addr) \ argument 187 volatile SEDI_REGT(_comp, _reg) * _addr = (_reg_addr); \ 200 #define SEDI_PREG_RBFV_IS_SET(_comp, _reg, _bf, _value_name, _reg_addr) \ argument 201 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) == \ 213 #define SEDI_PREG_RBFV_GET(_comp, _reg, _bf, _reg_addr) \ argument 214 ((SEDI_PREG_GET(_comp, _reg, _reg_addr) & SEDI_RBFM(_comp, _reg, _bf)) >> \ 226 #define SEDI_PREG_RBFV_SET(_comp, _reg, _bf, _value_name, _reg_addr) \ argument 227 *(volatile SEDI_RBFT(_comp, _reg, _bf) *)(_reg_addr) = \ [all …]
|