arm_cti_write_reg() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_cti_write_reg() function

Syntax

extern int arm_cti_write_reg(struct arm_cti *self,     unsigned int reg,     uint32_t value);
Implemented in arm_cti.c:123

Arguments

self

reg

value

References

LocationReferrerText
arm_cti.c:123
int arm_cti_write_reg(struct arm_cti *self, unsigned int reg, uint32_t value)
arm_cti.h:60
extern int arm_cti_write_reg(struct arm_cti *self, unsigned int reg, uint32_t value);
aarch64.c:239aarch64_init_debug_access()
retval = arm_cti_write_reg(armv8->cti, CTI_GATE, 0);
aarch64.c:242aarch64_init_debug_access()
retval = arm_cti_write_reg(armv8->cti, CTI_OUTEN0, CTI_CHNL(0));
aarch64.c:245aarch64_init_debug_access()
retval = arm_cti_write_reg(armv8->cti, CTI_OUTEN1, CTI_CHNL(1));
aarch64.c:988aarch64_debug_entry()
retval = arm_cti_write_reg(armv8->cti, CTI_GATE, 0);
arm_cti.c:141arm_cti_pulse_channel()
return arm_cti_write_reg(self, CTI_APPPULSE, CTI_CHNL(channel));
arm_cti.c:149arm_cti_set_channel()
return arm_cti_write_reg(self, CTI_APPSET, CTI_CHNL(channel));
arm_cti.c:157arm_cti_clear_channel()
return arm_cti_write_reg(self, CTI_APPCLEAR, CTI_CHNL(channel));
arm_cti.c:267handle_cti_testmode()
return arm_cti_write_reg(cti, 0xf00, on_off ? 0x1 : 0x0);
arm_cti.c:285handle_cti_write()
return arm_cti_write_reg(cti, offset, value);

Call Tree

Functions calling arm_cti_write_reg()
Functions called by arm_cti_write_reg()
arm_cti_write_reg()
all items filtered out