Searched refs:CORESIGHT_ED (Results 1 – 3 of 3) sorted by relevance
147 …volatile uint32_t *editr = (volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + EDITR_REG_OFF… in ml_dbgwrap_stuff_instr()148 …volatile uint32_t *edscr = (volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + EDSCR_REG_OFF… in ml_dbgwrap_stuff_instr()149 …volatile uint32_t *edrcr = (volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + EDRCR_REG_OFF… in ml_dbgwrap_stuff_instr()206 …volatile uint32_t *edscr = (volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + EDSCR_REG_OFF… in ml_dbgwrap_read_dtr()219 uint32_t dtrrx = *((volatile uint32_t*)(cdp->coresight_base[CORESIGHT_ED] + EDDTRRX_REG_OFFSET)); in ml_dbgwrap_read_dtr()220 uint32_t dtrtx = *((volatile uint32_t*)(cdp->coresight_base[CORESIGHT_ED] + EDDTRTX_REG_OFFSET)); in ml_dbgwrap_read_dtr()229 if ((cdp == NULL) || (cdp->coresight_base[CORESIGHT_ED] == 0)) { in ml_dbgwrap_halt_cpu_with_state()234 …*((volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + ARM_DEBUG_OFFSET_DBGLAR)) = ARM_DBG_LO… in ml_dbgwrap_halt_cpu_with_state()243 …if (*((volatile uint32_t *)(cdp->coresight_base[CORESIGHT_ED] + EDPRSR_REG_OFFSET)) & EDPRSR_OSLK)… in ml_dbgwrap_halt_cpu_with_state()
274 if (((i == CORESIGHT_ED) || (i == CORESIGHT_UTT)) && !coresight_debug_enabled) { in configure_coresight_registers()1054 if (cpu_data_ptr->coresight_base[CORESIGHT_ED]) { in ml_arm_sleep()1055 …*(volatile uint32_t *)(cpu_data_ptr->coresight_base[CORESIGHT_ED] + ARM_DEBUG_OFFSET_DBGLAR) = ARM… in ml_arm_sleep()1056 … *(volatile uint32_t *)(cpu_data_ptr->coresight_base[CORESIGHT_ED] + ARM_DEBUG_OFFSET_DBGPRCR) = 0; in ml_arm_sleep()1107 if (cpu_data_ptr->coresight_base[CORESIGHT_ED]) { in ml_arm_sleep()1108 …*(volatile uint32_t *)(cpu_data_ptr->coresight_base[CORESIGHT_ED] + ARM_DEBUG_OFFSET_DBGLAR) = ARM… in ml_arm_sleep()1109 … *(volatile uint32_t *)(cpu_data_ptr->coresight_base[CORESIGHT_ED] + ARM_DEBUG_OFFSET_DBGPRCR) = 0; in ml_arm_sleep()
2033 #define CORESIGHT_ED 0 macro