Searched refs:wcr (Results 1 – 2 of 2) sorted by relevance
275 uint32_t wcr; in kdb_cpu_set_singlestep() local287 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in kdb_cpu_set_singlestep()288 if ((wcr & DBG_WB_CTRL_E) != 0) { in kdb_cpu_set_singlestep()290 (wcr & ~DBG_WB_CTRL_E)); in kdb_cpu_set_singlestep()308 uint32_t wvr, wcr; in kdb_cpu_clear_singlestep() local319 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in kdb_cpu_clear_singlestep()324 (wcr | DBG_WB_CTRL_E)); in kdb_cpu_clear_singlestep()426 uint32_t wcr, len, type; in dbg_show_watchpoint() local442 if ((wcr & DBG_WB_CTRL_E) != 0) in dbg_show_watchpoint()447 type = DBG_WB_CTRL_ACCESS_MASK(wcr); in dbg_show_watchpoint()[all …]
260 uint32_t wcr, len, type; in dbg_show_watchpoint() local268 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in dbg_show_watchpoint()269 if ((wcr & DBG_WB_CTRL_E) != 0) { in dbg_show_watchpoint()270 type = DBG_WATCH_CTRL_ACCESS_MASK(wcr); in dbg_show_watchpoint()271 len = DBG_WATCH_CTRL_LEN_MASK(wcr); in dbg_show_watchpoint()