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

/broadcom-cfe-1.4.2/cfe/hosttools/
H A Dmemconfig.c110 #define SPD_SIZE 64 macro
117 uint8_t spd[SPD_SIZE] = {0}; /* SPD data */
354 memset(spd,0,SPD_SIZE);
366 if ((addr >= SPD_SIZE) || (val >= 0x100)) {
507 if (spdfilemode && (sf->data >= &spd[0]) && (sf->data < &spd[SPD_SIZE])) {
828 if (spdname && (sf->data >= &spd[0]) && (sf->data < &spd[SPD_SIZE])) {

Completed in 26 milliseconds