Searched refs:memory_info (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0001-mallinfo-implementation-is-glibc-specific.patch | 15 .../tflite/src/tensorflow/lite/profiling/memory_info.cc | 2 +- 107 …/tflite/src/tensorflow/lite/profiling/memory_info.cc b/third_party/tflite/src/tensorflow/lite/prof… 109 --- a/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc 110 +++ b/third_party/tflite/src/tensorflow/lite/profiling/memory_info.cc
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | mrc.c | 28 struct memory_info *info = &gd->arch.meminfo; in mrc_common_board_get_usable_ram_top() 56 struct memory_info *info = &gd->arch.meminfo; in mrc_common_dram_init_banksize() 71 int mrc_add_memory_area(struct memory_info *info, uint64_t start, in mrc_add_memory_area()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | global_data.h | 50 struct memory_info { struct 84 struct memory_info meminfo; /* Memory information */
|
| H A D | mrc_common.h | 40 int mrc_add_memory_area(struct memory_info *info, uint64_t start,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | rv770_dpm.c | 1274 static u32 rv770_get_mclk_split_point(struct atom_memory_info *memory_info) in rv770_get_mclk_split_point() argument 1276 if (memory_info->mem_type == MEM_TYPE_GDDR3) in rv770_get_mclk_split_point() 1312 struct atom_memory_info memory_info; in rv770_get_mvdd_configuration() local 1316 if (radeon_atom_get_memory_info(rdev, memory_module_index, &memory_info)) { in rv770_get_mvdd_configuration() 1322 rv770_get_mclk_split_point(&memory_info); in rv770_get_mvdd_configuration() 1673 struct atom_memory_info memory_info; in rv770_get_mclk_odt_threshold() local 1680 if (radeon_atom_get_memory_info(rdev, memory_module_index, &memory_info)) in rv770_get_mclk_odt_threshold() 1683 if (memory_info.mem_type == MEM_TYPE_DDR2 || in rv770_get_mclk_odt_threshold() 1684 memory_info.mem_type == MEM_TYPE_DDR3) in rv770_get_mclk_odt_threshold()
|
| H A D | cypress_dpm.c | 1562 static u32 cypress_get_mclk_split_point(struct atom_memory_info *memory_info) in cypress_get_mclk_split_point() argument 1564 if ((memory_info->mem_type == MEM_TYPE_GDDR3) || in cypress_get_mclk_split_point() 1565 (memory_info->mem_type == MEM_TYPE_DDR3)) in cypress_get_mclk_split_point() 1576 struct atom_memory_info memory_info; in cypress_get_mvdd_configuration() local 1596 if (radeon_atom_get_memory_info(rdev, module_index, &memory_info)) { in cypress_get_mvdd_configuration() 1602 cypress_get_mclk_split_point(&memory_info); in cypress_get_mvdd_configuration()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | sdram.c | 161 struct memory_info *info = &gd->arch.meminfo; in sdram_find()
|
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga_ioctl.h | 352 struct rga_memory_parm memory_info; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 466 struct rga_memory_parm memory_info; member
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d_impl.cpp | 1341 buffers[0].memory_info.size = size; in rga_import_buffer() 1362 memcpy(&buffers[0].memory_info, param, sizeof(*param)); in rga_import_buffer() 1363 format = convert_to_rga_format(buffers[0].memory_info.format); in rga_import_buffer() 1365 IM_LOGW("Invaild format [0x%x]!\n", buffers[0].memory_info.format); in rga_import_buffer() 1368 buffers[0].memory_info.format = format >> 8; in rga_import_buffer()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/ |
| H A D | sdram.c | 232 struct memory_info *info = &gd->arch.meminfo; in sdram_find()
|