Lines Matching refs:np_emif
1259 static void __init_or_module of_get_custom_configs(struct device_node *np_emif, in of_get_custom_configs() argument
1266 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs()
1267 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs()
1279 of_property_read_u32(np_emif, in of_get_custom_configs()
1282 of_property_read_u32(np_emif, in of_get_custom_configs()
1285 of_property_read_u32(np_emif, in of_get_custom_configs()
1297 if (of_find_property(np_emif, "extended-temp-part", &len)) in of_get_custom_configs()
1308 static void __init_or_module of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument
1315 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info()
1318 if (of_find_property(np_emif, "cal-resistor-per-cs", &len)) in of_get_ddr_info()
1343 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument
1351 np_ddr = of_parse_phandle(np_emif, "device-handle", 0); in of_get_memory_device_details()
1370 if (of_device_is_compatible(np_emif, "ti,emif-4d")) in of_get_memory_device_details()
1372 else if (of_device_is_compatible(np_emif, "ti,emif-4d5")) in of_get_memory_device_details()
1375 of_property_read_u32(np_emif, "phy-type", &pd->phy_type); in of_get_memory_device_details()
1377 if (of_find_property(np_emif, "hw-caps-ll-interface", &len)) in of_get_memory_device_details()
1380 of_get_ddr_info(np_emif, np_ddr, dev_info); in of_get_memory_device_details()
1401 of_get_custom_configs(np_emif, emif); in of_get_memory_device_details()
1418 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument