HomeSort by: relevance | last modified time | path
    Searched defs:spd_rom_sizes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
spdmem.c 145 int spd_rom_sizes[] = { 0, 128, 256, 384, 512 }; variable in typeref:typename:int[]
249 if ((unsigned int)spd_len >= __arraycount(spd_rom_sizes))
251 spd_len = spd_rom_sizes[spd_len];
276 if ((unsigned int)spd_len >= __arraycount(spd_rom_sizes))
308 spd_len = spd_rom_sizes[spd_len];
spdmem.c 145 int spd_rom_sizes[] = { 0, 128, 256, 384, 512 }; variable in typeref:typename:int[]
249 if ((unsigned int)spd_len >= __arraycount(spd_rom_sizes))
251 spd_len = spd_rom_sizes[spd_len];
276 if ((unsigned int)spd_len >= __arraycount(spd_rom_sizes))
308 spd_len = spd_rom_sizes[spd_len];

Completed in 26 milliseconds