Searched refs:to_addr (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe.c | 539 int DMAPutMem(char *from_ptr, int size, MFE_U32 to_addr, int type) in DMAPutMem() argument 542 FPGA_MIUWrite(from_ptr, size, to_addr, type); in DMAPutMem() 544 memcpy((char *)addr_phy2log(to_addr), from_ptr, size); in DMAPutMem() 548 memcpy((char *)to_addr, from_ptr, size); in DMAPutMem()
|