Searched refs:module_type (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/ddr/marvell/a38x/ |
D | mv_ddr_spd.c | 374 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()
|
D | mv_ddr_spd.h | 65 unsigned char module_type:4, member
|
/external/u-boot/drivers/ddr/fsl/ |
D | ddr3_dimm_params.c | 134 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()
|
D | ddr4_dimm_params.c | 188 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()
|
D | interactive.c | 1249 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/ |
D | gen_android_bp | 567 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/ |
D | module.c | 528 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/ |
D | ddr_spd.h | 181 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/ |
D | skl-tplg-interface.h | 216 __u32 module_type:8; member
|
/external/kernel-headers/original/uapi/linux/wimax/ |
D | i2400m.h | 135 __le32 module_type; member
|
/external/python/cpython2/Doc/library/ |
D | inspect.rst | 242 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.py | 1129 module_type = type(sys) 1131 if isinstance(module, module_type):
|
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 1399 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()
|