Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/drivers/ddr/marvell/a38x/
Dmv_ddr_spd.c374 unsigned char module_type = spd_data->byte_fields.byte_3.bit_fields.module_type; in mv_ddr_spd_module_type_get() local
376 return module_type; in mv_ddr_spd_module_type_get()
Dmv_ddr_spd.h65 unsigned char module_type:4, member
/external/u-boot/drivers/ddr/fsl/
Dddr3_dimm_params.c134 switch (spd->module_type & DDR3_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters()
163 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
Dddr4_dimm_params.c188 switch (spd->module_type & DDR4_SPD_MODULETYPE_MASK) { in ddr_compute_dimm_parameters()
240 printf("unknown module_type 0x%02X\n", spd->module_type); in ddr_compute_dimm_parameters()
Dinteractive.c1249 PRINT_NXS(3, spd->module_type, in ddr3_spd_dump()
1330 switch (spd->module_type) { in ddr3_spd_dump()
1441 PRINT_NXS(3, spd->module_type, in ddr4_spd_dump()
1550 switch (spd->module_type) { in ddr4_spd_dump()
/external/perfetto/tools/
Dgen_android_bp567 module_type = 'cc_binary_host'
569 module_type = 'cc_test'
571 module_type = 'cc_binary'
572 modules = [Module(module_type, label_to_module_name(target_name))]
/external/ImageMagick/MagickCore/
Dmodule.c528 MagickModuleType module_type,char *path,ExceptionInfo *exception) in GetMagickModulePath() argument
541 switch (module_type) in GetMagickModulePath()
612 switch (module_type) in GetMagickModulePath()
648 switch (module_type) in GetMagickModulePath()
703 switch (module_type) in GetMagickModulePath()
740 switch (module_type) in GetMagickModulePath()
/external/u-boot/include/
Dddr_spd.h181 unsigned char module_type; /* 3 Key Byte / Module Type */ member
296 uint8_t module_type; /* 3 Key Byte / Module Type */ member
/external/kernel-headers/original/uapi/sound/
Dskl-tplg-interface.h216 __u32 module_type:8; member
/external/kernel-headers/original/uapi/linux/wimax/
Di2400m.h135 __le32 module_type; member
/external/python/cpython2/Doc/library/
Dinspect.rst242 module_type)``, where *name* is the name of the module without the name of
245 would be used (``'r'`` or ``'rb'``), and *module_type* is an integer giving
246 the type of the module. *module_type* will have a value which can be
252 module_type)``.
/external/python/cpython3/Lib/importlib/
D_bootstrap.py1129 module_type = type(sys)
1131 if isinstance(module, module_type):
/external/v8/src/compiler/
Djs-typed-lowering.cc1399 Type module_type = NodeProperties::GetType(module); in BuildGetModuleCell() local
1401 if (module_type.IsHeapConstant()) { in BuildGetModuleCell()
1402 ModuleRef module_constant = module_type.AsHeapConstant()->Ref().AsModule(); in BuildGetModuleCell()