Searched refs:of_get_flat_dt_prop (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/kernel/dma/
H A Dswiotlb.c1864 if (of_get_flat_dt_prop(node, "reusable", NULL) ||
1865 of_get_flat_dt_prop(node, "linux,cma-default", NULL) ||
1866 of_get_flat_dt_prop(node, "linux,dma-default", NULL) ||
1867 of_get_flat_dt_prop(node, "no-map", NULL))
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c555 const char *dtype = of_get_flat_dt_prop(of_get_flat_dt_root(),
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c741 of_get_flat_dt_prop(root, "cooperative-partition", NULL))
/linux-master/arch/arm/xen/
H A Denlighten.c230 s = of_get_flat_dt_prop(node, "compatible", &len);
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c774 vec5 = of_get_flat_dt_prop(chosen, "ibm,architecture-vec-5", &size);
/linux-master/arch/mips/kernel/
H A Dsetup.c541 p = of_get_flat_dt_prop(node, "bootargs", &l);
/linux-master/arch/arm/mach-at91/
H A Dpm.c1025 type = of_get_flat_dt_prop(node, "device_type", NULL);
1031 reg = of_get_flat_dt_prop(node, "reg", &size);
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c468 const char *type = of_get_flat_dt_prop(node, "device_type", NULL);
475 prop = of_get_flat_dt_prop(node, "ibm,processor-radix-AP-encodings", &size);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c1282 prop = of_get_flat_dt_prop(node, "reserved-ranges", &len);

Completed in 293 milliseconds

12