Searched refs:inst0 (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Ddma330.c462 uint32_t inst1, inst0; local
464 inst0 = instruction << 16;
468 inst0 |= DBGINST_CHDBG;
469 inst0 |= DBGINST_CH(channel);
473 regs->debug.dbginst[0] = inst0;
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Ddma330.c462 uint32_t inst1, inst0; local
464 inst0 = instruction << 16;
468 inst0 |= DBGINST_CHDBG;
469 inst0 |= DBGINST_CH(channel);
473 regs->debug.dbginst[0] = inst0;

Completed in 33 milliseconds