Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Demif.c827 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()
[all …]