Searched refs:np_emif (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/memory/ |
H A D | emif.c | 858 of_property_read_u32(np_emif, in of_get_custom_configs() 861 of_property_read_u32(np_emif, in of_get_custom_configs() 864 of_property_read_u32(np_emif, in of_get_custom_configs() 894 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info() 922 struct device_node *np_emif, struct device *dev) in of_get_memory_device_details() argument 930 np_ddr = of_parse_phandle(np_emif, "device-handle", 0); in of_get_memory_device_details() 949 if (of_device_is_compatible(np_emif, "ti,emif-4d")) in of_get_memory_device_details() 951 else if (of_device_is_compatible(np_emif, "ti,emif-4d5")) in of_get_memory_device_details() 959 of_get_ddr_info(np_emif, np_ddr, dev_info); in of_get_memory_device_details() 980 of_get_custom_configs(np_emif, emif); in of_get_memory_device_details() [all …]
|