Lines Matching +full:lpddr2 +full:- +full:timings
1 /* SPDX-License-Identifier: GPL-2.0-only */
12 /* Low power modes - EMIF_PWR_MGMT_CTRL */
23 * EMIF4D - Used in OMAP4
24 * EMIF4D5 - Used in OMAP5
31 * ATTILAPHY - Used in OMAP4
32 * INTELLIPHY - Used in OMAP5
44 * struct ddr_device_info - All information about the DDR device except AC
46 * @type: Device type (LPDDR2-S4, LPDDR2-S2 etc)
50 * chip-select(CS1) of this EMIF instance
52 * chip-select or whether it's a single one for both
65 * struct emif_custom_configs - Custom configuration parameters/policies
80 * @temp_alert_poll_interval_ms: LPDDR2 MR4 polling interval at nominal
94 * struct emif_platform_data - Platform data passed on EMIF platform
99 * @timings: Timings information from device datasheet passed
101 * if if default timings are ok
102 * @timings_arr_size: Size of the timings array. Depends on the number
103 * of different frequencies for which timings data
117 const struct lpddr2_timings *timings; member