Lines Matching refs:np_emif
1261 static void __init_or_module of_get_custom_configs(struct device_node *np_emif, in of_get_custom_configs() argument
1268 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs()
1269 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs()
1281 of_property_read_u32(np_emif, in of_get_custom_configs()
1284 of_property_read_u32(np_emif, in of_get_custom_configs()
1287 of_property_read_u32(np_emif, in of_get_custom_configs()
1299 if (of_find_property(np_emif, "extended-temp-part", &len)) in of_get_custom_configs()
1310 static void __init_or_module of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument
1317 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info()
1320 if (of_find_property(np_emif, "cal-resistor-per-cs", &len)) in of_get_ddr_info()
1345 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument
1353 np_ddr = of_parse_phandle(np_emif, "device-handle", 0); in of_get_memory_device_details()
1372 if (of_device_is_compatible(np_emif, "ti,emif-4d")) in of_get_memory_device_details()
1374 else if (of_device_is_compatible(np_emif, "ti,emif-4d5")) in of_get_memory_device_details()
1377 of_property_read_u32(np_emif, "phy-type", &pd->phy_type); in of_get_memory_device_details()
1379 if (of_find_property(np_emif, "hw-caps-ll-interface", &len)) in of_get_memory_device_details()
1382 of_get_ddr_info(np_emif, np_ddr, dev_info); in of_get_memory_device_details()
1403 of_get_custom_configs(np_emif, emif); in of_get_memory_device_details()
1420 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument