Lines Matching refs:np_emif

827 static void of_get_custom_configs(struct device_node *np_emif,  in of_get_custom_configs()  argument
834 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs()
835 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs()
847 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
882 dev_info->cs1_used = of_property_read_bool(np_emif, "cs1-used"); in of_get_ddr_info()
883 dev_info->cal_resistors_per_cs = of_property_read_bool(np_emif, "cal-resistor-per-cs"); in of_get_ddr_info()
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()
938 of_property_read_u32(np_emif, "phy-type", &pd->phy_type); in of_get_memory_device_details()
940 if (of_property_read_bool(np_emif, "hw-caps-ll-interface")) in of_get_memory_device_details()
943 of_get_ddr_info(np_emif, np_ddr, dev_info); in of_get_memory_device_details()
964 of_get_custom_configs(np_emif, emif); in of_get_memory_device_details()