#include <sdram.h>
Definition at line 77 of file sdram.h.
Data Fields | |
| int | banks |
| banks: The number of banks in the SDRAM | |
| unsigned char | bus_width |
| bus_width: 16/32 bus width | |
| unsigned int | cas |
| cas: The CAS latency | |
| int | cols |
| cols: The number of columns in the SDRAM | |
| unsigned int | phys_addr |
| physical_address: The base address for the sdram | |
| unsigned int | rows |
| rows: The number of rows in the SDRAM | |
| unsigned int | tras |
| chip: TWI chip address to communicate with | |
| unsigned int | trc |
| chip: TWI chip address to communicate with | |
| unsigned int | trcd |
| chip: TWI chip address to communicate with | |
| unsigned int | trp |
| chip: TWI chip address to communicate with | |
| unsigned int | twr |
| chip: TWI chip address to communicate with | |
| unsigned int | txsr |
| chip: TWI chip address to communicate with | |
banks: The number of banks in the SDRAM
Definition at line 92 of file sdram.h.
Referenced by sdram_init().
| unsigned char sdram_info::bus_width |
| unsigned int sdram_info::cas |
| int sdram_info::cols |
cols: The number of columns in the SDRAM
Definition at line 89 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::phys_addr |
physical_address: The base address for the sdram
Definition at line 80 of file sdram.h.
Referenced by mt481c2m32b2tg_init().
| unsigned int sdram_info::rows |
rows: The number of rows in the SDRAM
Definition at line 86 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::tras |
chip: TWI chip address to communicate with
Definition at line 110 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::trc |
chip: TWI chip address to communicate with
Definition at line 101 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::trcd |
chip: TWI chip address to communicate with
Definition at line 107 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::trp |
chip: TWI chip address to communicate with
Definition at line 104 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::twr |
chip: TWI chip address to communicate with
Definition at line 98 of file sdram.h.
Referenced by sdram_init().
| unsigned int sdram_info::txsr |
chip: TWI chip address to communicate with
Definition at line 113 of file sdram.h.
Referenced by sdram_init().
1.5.3-20071008