Home
last modified time | relevance | path

Searched refs:lrdr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dnuma.c1371 const __be64 *lrdr = NULL; in hot_add_drconf_memory_max() local
1375 lrdr = of_get_property(dn, "ibm,lrdr-capacity", NULL); in hot_add_drconf_memory_max()
1377 if (lrdr) in hot_add_drconf_memory_max()
1378 return be64_to_cpup(lrdr); in hot_add_drconf_memory_max()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c1349 const __be64 *lrdr = NULL; in hot_add_drconf_memory_max() local
1353 lrdr = of_get_property(dn, "ibm,lrdr-capacity", NULL); in hot_add_drconf_memory_max()
1355 if (lrdr) in hot_add_drconf_memory_max()
1356 return be64_to_cpup(lrdr); in hot_add_drconf_memory_max()

Completed in 7 milliseconds