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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Daisdram-ca9.c1110 uint32 off, sdram_config, sdram_ncdl; local
1176 /* Find NVRAM for the sdram_config variable */
1207 sdram_config = config_refresh & 0xffff;
1346 if (sdram_config) {
1351 if (sdram_config & 0x80)
1357 if (sdram_config & 0x40)
1366 val |= ((sdram_config & 0x700) << 16);
1370 cas = sdram_config & 0x1f;
H A Daisdram.S212 * s0 = sdram_config + sdram_refresh values
375 /* Read sdram_config from nvram */
484 /* sdram_config is a 16bit value 12 bytes inside the nvram hdr.
503 lw s0,12(t4) # Pick up sdram_config & sdram_refresh
1308 /* Check if sdram_config is nonzero */
1313 /* sdram_config is 0, configure by code-default values */
1326 * sdram_config[2:0]: CAS latency
1340 * sdram_config[10:8]: 0=2048; 1=1024; 2=512; 3=256 columns
1345 srl t1, s0, 8 # Column fields from sdram_config s0(bit10:8)
1363 * sdram_config[
[all...]

Completed in 97 milliseconds