1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ 2 /* 3 * Copyright (C) 2019 Rockchip Electronics Co., Ltd. 4 */ 5 6 #ifndef __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H 7 #define __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H 8 9 #define CPU_2_IO_ALIGN_LEN (16) /* 16 byte */ 10 11 int data_cpu_2_io(void *p, u32 len); 12 void data_cpu_2_io_init(void); 13 14 #endif /* __CMD_DDR_TOOL_MEMTESTER_IO_MAP_H */ 15