Searched refs:np_emif (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/memory/ |
| H A D | emif.c | 828 static void of_get_custom_configs(struct device_node *np_emif, in of_get_custom_configs() argument 835 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs() 836 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs() 848 of_property_read_u32(np_emif, in of_get_custom_configs() 851 of_property_read_u32(np_emif, in of_get_custom_configs() 854 of_property_read_u32(np_emif, in of_get_custom_configs() 866 if (of_property_read_bool(np_emif, "extended-temp-part")) in of_get_custom_configs() 877 static void of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument 883 dev_info->cs1_used = of_property_read_bool(np_emif, "cs1-used"); in of_get_ddr_info() 884 dev_info->cal_resistors_per_cs = of_property_read_bool(np_emif, "cal-resistor-per-cs"); in of_get_ddr_info() [all …]
|