Home
last modified time | relevance | path

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 D0001-mallinfo-implementation-is-glibc-specific.patch15 .../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 Dmrc.c28 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 Dglobal_data.h50 struct memory_info { struct
84 struct memory_info meminfo; /* Memory information */
H A Dmrc_common.h40 int mrc_add_memory_area(struct memory_info *info, uint64_t start,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Drv770_dpm.c1274 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 Dcypress_dpm.c1562 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 Dsdram.c161 struct memory_info *info = &gd->arch.meminfo; in sdram_find()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga_ioctl.h352 struct rga_memory_parm memory_info; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h466 struct rga_memory_parm memory_info; member
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp1341 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 Dsdram.c232 struct memory_info *info = &gd->arch.meminfo; in sdram_find()