Home
last modified time | relevance | path

Searched refs:address (Results 1 – 6 of 6) sorted by relevance

/hal_xtensa-3.4.0/src/hal/
Dstate.c157 xthal_init_mem_extra(void *address) in xthal_init_mem_extra() argument
164 ptr = (unsigned int *)address; in xthal_init_mem_extra()
165 end = (unsigned int *)((int)address + XCHAL_NCP_SA_SIZE); in xthal_init_mem_extra()
174 xthal_init_mem_cp(void *address, int cp) in xthal_init_mem_cp() argument
181 end = (unsigned int *)((int)address + Xthal_cpregs_size[cp]); in xthal_init_mem_cp()
182 ptr = (unsigned int *)address; in xthal_init_mem_cp()
Dint_asm.S431 a5 = address of map ...
Dmpu.c392 int _xthal_in_bgmap(unsigned int address, const xthal_MPU_entry* bg) in _xthal_in_bgmap() argument
396 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(bg[i]) == address) in _xthal_in_bgmap()
/hal_xtensa-3.4.0/include/xtensa/
Dtrax-api.h61 extern int trax_read_memory(tpack_channel *tchan, int address, int size, unsigned char *pdata);
62 extern int trax_fill_memory(tpack_channel *tchan, int address, int size, tpack_u32 pattern);
82 unsigned address,
Dtrax-proto.h63 int trax_read_memory_eri (unsigned address, int len, int *data,
73 int trax_write_memory_eri (int address, unsigned value);
Dtraxfile.h56 unsigned address; member