struct emif_data - Per device static data for driver's use : Whether the DDR devices attached to this EMIF instance are exactly same as that on EMIF1. In this case we can save some memory and processing : Maximum temperature of LPDDR2 devices attached to this EMIF - read from MR4 register. If there are two devices attached to this EMIF, this value is the maximum of the two temperature levels. : node in the device list : base address of memory-mapped IO registers. : device pointer. table with addressing information from the spec : An array of 'struct emif_regs' that stores calculated register values for different frequencies, to avoid re-calculating them on each DVFS transition. : The set of register values used in the last frequency change (i.e. corresponding to the frequency in effect at the moment) : Pointer to saved platform data. : dentry to the root folder for EMIF in debugfs : Pointer to ddr device tree node
Definition at line 56 of file emif.c.