OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPD_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/ddr/marvell/axp/
ddr3_init.h
57
#define
SPD_SIZE
128
ddr3_axp_vars.h
90
u8 spd_data[
SPD_SIZE
] = {
ddr3_spd.c
189
extern u8 spd_data[
SPD_SIZE
];
248
memset(spd_data, 0,
SPD_SIZE
* sizeof(u8));
250
ret = i2c_read(dimm_addr, 0, 1, (uchar *)spd_data,
SPD_SIZE
);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
HwMemInitLib.h
545
#define
SPD_SIZE
0 // Bytes used, Device size, CRC coverage
[
all
...]
Completed in 337 milliseconds