Searched refs:module_type (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/ddr/fsl/
H A Dddr3_dimm_params.c135 switch (spd->module_type & DDR3_SPD_MODULETYPE_MASK) {
164 printf("unknown module_type 0x%02X\n", spd->module_type);
H A Dddr4_dimm_params.c190 switch (spd->module_type & DDR4_SPD_MODULETYPE_MASK) {
242 printf("unknown module_type 0x%02X\n", spd->module_type);
H A Dinteractive.c1253 PRINT_NXS(3, spd->module_type,
1254 "module_type Key Byte / Module Type");
1334 switch (spd->module_type) {
1445 PRINT_NXS(3, spd->module_type,
1446 "module_type Key Byte / Module Type");
1554 switch (spd->module_type) {
/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.c372 unsigned char module_type = spd_data->byte_fields.byte_3.bit_fields.module_type; local
374 return module_type;
H A Dmv_ddr_spd.h68 unsigned char module_type:4, member in struct:mv_ddr_spd_data::__anon8::__anon13::__anon14
/u-boot/include/
H A Dddr_spd.h183 unsigned char module_type; /* 3 Key Byte / Module Type */ member in struct:ddr3_spd_eeprom_s
298 uint8_t module_type; /* 3 Key Byte / Module Type */ member in struct:ddr4_spd_eeprom_s

Completed in 57 milliseconds