np_ddr             69 drivers/memory/emif.c 	struct device_node		*np_ddr;
np_ddr           1309 drivers/memory/emif.c 		struct device_node *np_ddr,
np_ddr           1321 drivers/memory/emif.c 	if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s4"))
np_ddr           1323 drivers/memory/emif.c 	else if (of_device_is_compatible(np_ddr , "jedec,lpddr2-s2"))
np_ddr           1326 drivers/memory/emif.c 	of_property_read_u32(np_ddr, "density", &density);
np_ddr           1327 drivers/memory/emif.c 	of_property_read_u32(np_ddr, "io-width", &io_width);
np_ddr           1348 drivers/memory/emif.c 	struct device_node		*np_ddr;
np_ddr           1351 drivers/memory/emif.c 	np_ddr = of_parse_phandle(np_emif, "device-handle", 0);
np_ddr           1352 drivers/memory/emif.c 	if (!np_ddr)
np_ddr           1367 drivers/memory/emif.c 	emif->np_ddr		= np_ddr;
np_ddr           1380 drivers/memory/emif.c 	of_get_ddr_info(np_emif, np_ddr, dev_info);
np_ddr           1393 drivers/memory/emif.c 	if (emif1 && emif1->np_ddr == np_ddr) {
np_ddr           1402 drivers/memory/emif.c 	emif->plat_data->timings = of_get_ddr_timings(np_ddr, emif->dev,
np_ddr           1406 drivers/memory/emif.c 	emif->plat_data->min_tck = of_get_min_tck(np_ddr, emif->dev);
np_ddr            104 drivers/memory/of_memory.c const struct lpddr2_timings *of_get_ddr_timings(struct device_node *np_ddr,
np_ddr            121 drivers/memory/of_memory.c 	for_each_child_of_node(np_ddr, np_tim)
np_ddr            132 drivers/memory/of_memory.c 	for_each_child_of_node(np_ddr, np_tim) {
np_ddr             15 drivers/memory/of_memory.h 	*of_get_ddr_timings(struct device_node *np_ddr, struct device *dev,
np_ddr             25 drivers/memory/of_memory.h 	*of_get_ddr_timings(struct device_node *np_ddr, struct device *dev,