DTM_DMI_OP_LENGTH is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

DTM_DMI_OP_LENGTH macro

Syntax

#define DTM_DMI_OP_LENGTH 2

References

LocationText
debug_defines.h:116
#define DTM_DMI_OP_LENGTH 2
batch.c:15
batch.c:166
return (unsigned)buf_get_u32(base, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH);
riscv-013.c:471
unsigned num_bits = info->abits + DTM_DMI_OP_LENGTH + DTM_DMI_DATA_LENGTH;
riscv-013.c:495
buf_set_u32(out, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, op);
riscv-013.c:538
return buf_get_u32(in, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH);
riscv-013.c:4385
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_WRITE);
riscv-013.c:4393
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_READ);
riscv-013.c:4401
buf_set_u64((unsigned char *)buf, DTM_DMI_OP_OFFSET, DTM_DMI_OP_LENGTH, DMI_OP_NOP);
riscv-013.c:4409
return info->abits + DTM_DMI_DATA_LENGTH + DTM_DMI_OP_LENGTH;