Home
last modified time | relevance | path

Searched refs:np_emif (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/memory/
H A Demif.c847 of_property_read_u32(np_emif, in of_get_custom_configs()
850 of_property_read_u32(np_emif, in of_get_custom_configs()
853 of_property_read_u32(np_emif, in of_get_custom_configs()
865 if (of_property_read_bool(np_emif, "extended-temp-part")) in of_get_custom_configs()
876 static void of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument
907 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument
914 np_ddr = of_parse_phandle(np_emif, "device-handle", 0); in of_get_memory_device_details()
933 if (of_device_is_compatible(np_emif, "ti,emif-4d")) in of_get_memory_device_details()
935 else if (of_device_is_compatible(np_emif, "ti,emif-4d5")) in of_get_memory_device_details()
943 of_get_ddr_info(np_emif, np_ddr, dev_info); in of_get_memory_device_details()
[all …]