#include <sdram.h>
Definition at line 82 of file sdram.h.
Data Fields | |
| int | banks |
| banks: The number of banks in the SDRAM | |
| unsigned int | cas |
| cas: The CAS latency | |
| int | cols |
| cols: The number of columns in the SDRAM | |
| unsigned long | physical_address |
| 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 94 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::cas |
cas: The CAS latency
Definition at line 97 of file sdram.h.
Referenced by main(), and sdramc_init().
| int sdram_info::cols |
cols: The number of columns in the SDRAM
Definition at line 91 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned long sdram_info::physical_address |
physical_address: The base address for the sdram
Definition at line 85 of file sdram.h.
Referenced by main(), and mt481c2m32b2tg_init().
| unsigned int sdram_info::rows |
rows: The number of rows in the SDRAM
Definition at line 88 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::tras |
chip: TWI chip address to communicate with
Definition at line 112 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::trc |
chip: TWI chip address to communicate with
Definition at line 103 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::trcd |
chip: TWI chip address to communicate with
Definition at line 109 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::trp |
chip: TWI chip address to communicate with
Definition at line 106 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::twr |
chip: TWI chip address to communicate with
Definition at line 100 of file sdram.h.
Referenced by main(), and sdramc_init().
| unsigned int sdram_info::txsr |
chip: TWI chip address to communicate with
Definition at line 115 of file sdram.h.
Referenced by main(), and sdramc_init().
1.5.1