Home
last modified time | relevance | path

Searched defs:memaddr (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbedbug.c79 int disppc (unsigned char *memaddr, unsigned char *virtual, int num_instr, in disppc()
754 unsigned long asmppc (unsigned long memaddr, char *asm_buf, int *err) in asmppc()
855 int parse_operand (unsigned long memaddr, struct opcode *opc, in parse_operand()
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c467 remote_write_bytes (memaddr, myaddr, len) in remote_write_bytes() argument
/rk3399_rockchip-uboot/cmd/
H A Di2c.c299 u_char *memaddr; in do_i2c_read() local
352 u_char *memaddr; in do_i2c_write() local
/rk3399_rockchip-uboot/include/bedbug/
H A Dppc.h299 #define INSTRUCTION( memaddr ) ntohl(*(unsigned long *)(memaddr)) argument