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

/netgear-R7800-V1.0.2.28/target/linux/etrax/image/
H A Dboot_linux37 #! sdram_command
423 $return_value .= &sdram_command($temp);
426 $return_value .= &sdram_command($temp, $sdram_precharge);
427 $return_value .= &sdram_command($temp, $sdram_nop);
431 $return_value .= &sdram_command($temp, $sdram_refresh);
432 $return_value .= &sdram_command($temp, $sdram_nop);
435 $return_value .= &sdram_command($temp, $sdram_mrs, $mrs_data);
436 $return_value .= &sdram_command($temp, $sdram_nop);
438 $return_value .= &sdram_command($sdram_init_val);
445 ## FUNCTION NAME: sdram_command
449 sub sdram_command subroutine
[all...]

Completed in 30 milliseconds