Searched refs:reg_ctrl (Results 1 – 2 of 2) sorted by relevance
523 uint32_t reg_addr, reg_ctrl; in dbg_find_slot() local530 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot()535 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot()597 uint32_t reg_ctrl, reg_addr, ctrl, addr; in dbg_setup_xpoint() local654 reg_ctrl = DBG_REG_BASE_BCR; in dbg_setup_xpoint()674 reg_ctrl = DBG_REG_BASE_WCR; in dbg_setup_xpoint()682 dbg_wb_write_reg(reg_ctrl, i, ctrl); in dbg_setup_xpoint()712 uint32_t reg_ctrl, reg_addr, addr; in dbg_remove_xpoint() local725 reg_ctrl = DBG_REG_BASE_BCR; in dbg_remove_xpoint()733 reg_ctrl = DBG_REG_BASE_WCR; in dbg_remove_xpoint()[all …]
317 uint64_t *reg_addr, *reg_ctrl; in dbg_find_slot() local324 reg_ctrl = monitor->dbg_bcr; in dbg_find_slot()329 reg_ctrl = monitor->dbg_wcr; in dbg_find_slot()338 (reg_ctrl[i] & DBG_WB_CTRL_E) != 0) in dbg_find_slot()