Searched refs:np_emif (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/memory/ |
D | emif.c | 1216 static void __init_or_module of_get_custom_configs(struct device_node *np_emif, in of_get_custom_configs() argument 1223 lpmode = of_get_property(np_emif, "low-power-mode", &len); in of_get_custom_configs() 1224 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs() 1236 of_property_read_u32(np_emif, in of_get_custom_configs() 1239 of_property_read_u32(np_emif, in of_get_custom_configs() 1242 of_property_read_u32(np_emif, in of_get_custom_configs() 1254 if (of_find_property(np_emif, "extended-temp-part", &len)) in of_get_custom_configs() 1265 static void __init_or_module of_get_ddr_info(struct device_node *np_emif, in of_get_ddr_info() argument 1272 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info() 1275 if (of_find_property(np_emif, "cal-resistor-per-cs", &len)) in of_get_ddr_info() [all …]
|