#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include "dbg_msg.h"
#include "jt_arm.h"
#include "jt_cp15.h"
#include "jt_instr.h"
unsigned int jtag_arm926_CP15RegRead | ( | int | cn, | |
int | cm, | |||
int | op1, | |||
int | op2 | |||
) |
void jtag_arm926_CP15RegWrite | ( | int | cn, | |
int | cm, | |||
int | op1, | |||
int | op2, | |||
unsigned int | regdata | |||
) |
References DBG_LEVEL_JTAG_ICERT_LOW, DBG_LEVEL_JTAG_INSTR, dbgPrintf(), IF_DBG, instr_intest, INTEST, jtag_arm_set_chain(), jtag_exchange_data(), jtag_send_instr(), jtag_supp_int2bitstr_MSB_First(), and scan_chain.
Referenced by jtag_arm926_CP15_CleanDcache().
unsigned int jtag_arm926_CP15_ReadTTB | ( | void | ) |
References DBG_LEVEL_JTAG_ICERT_LOW, dbgPrintf(), and jtag_arm926_CP15RegRead().
void jtag_arm926_CP15_CleanDcache | ( | void | ) |
References DBG_LEVEL_JTAG_ICERT_LOW, DBG_LEVEL_JTAG_INSTR, dbgPrintf(), IF_DBG, and jtag_arm926_CP15RegWrite().