Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 2 of 2) sorted by relevance

/hal_intel-latest/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h97 #define SEDI_RBFM_VALUE(_comp, _reg, _bf, _value) \ argument
98 (((SEDI_REGT(_comp, _reg))(_value) << SEDI_RBFO(_comp, _reg, _bf)) & \
148 #define SEDI_RBFV_DEFINE(_comp, _reg, _bf, _value_name, _value) \ argument
150 (SEDI_REGT(_comp, _reg))(_value)
188 #define SEDI_PREG_SET(_comp, _reg, _value, _reg_addr) \ argument
191 *_addr = _value; \
194 #define SEDI_IREG_SET(_comp, _instance, _reg, _value) \ argument
195 SEDI_PREG_SET(_comp, _reg, _value, SEDI_IREG_PTR(_comp, _instance, _reg))
197 #define SEDI_REG_SET(_comp, _reg, _value) \ argument
198 SEDI_PREG_SET(_comp, _reg, _value, SEDI_REG_PTR(_comp, _reg))
[all …]
/hal_intel-latest/bsp_sedi/drivers/hpet/
Dsedi_hpet.c121 uint64_t _value = value; in sedi_hpet_set_comparator() local
144 _value = now + hpet_min_delay; in sedi_hpet_set_comparator()
147 return sedi_hpet_update_comparator(timer_id, _value); in sedi_hpet_set_comparator()