Searched refs:np_emif (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/memory/ |
D | emif.c | 1261 static void __init_or_module of_get_custom_configs(struct device_node *np_emif, in of_get_custom_configs() argument 1268 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs() 1269 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs() 1281 of_property_read_u32(np_emif, in of_get_custom_configs() 1284 of_property_read_u32(np_emif, in of_get_custom_configs() 1287 of_property_read_u32(np_emif, in of_get_custom_configs() 1299 if (of_find_property(np_emif, "extended-temp-part", &len)) in of_get_custom_configs() 1310 static void __init_or_module of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument 1317 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info() 1320 if (of_find_property(np_emif, "cal-resistor-per-cs", &len)) in of_get_ddr_info() [all …]
|