OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025