Linux Kernel
3.7.1
|
#include <sdrc.h>
Data Fields | |
unsigned long | rate |
u32 | actim_ctrla |
u32 | actim_ctrlb |
u32 | rfr_ctrl |
u32 | mr |
struct omap_sdrc_params - SDRC parameters for a given SDRC clock rate : SDRC clock rate (in Hz) : Value to program to SDRC_ACTIM_CTRLA for this rate : Value to program to SDRC_ACTIM_CTRLB for this rate : Value to program to SDRC_RFR_CTRL for this rate : Value to program to SDRC_MR for this rate
This structure holds a pre-computed set of register values for the SDRC for a given SDRC clock rate and SDRAM chip. These are intended to be pre-computed and specified in an array in the board-*.c files. The structure is keyed off the 'rate' field.