Searched refs:of_property_read_u64_index (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | ocxl.c | 410 rc = of_property_read_u64_index(dev->dev.of_node, in pnv_ocxl_map_xsl_regs() 498 rc = of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", in pnv_ocxl_map_lpar()
|
/Linux-v6.1/drivers/of/ |
D | property.c | 178 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function 192 EXPORT_SYMBOL_GPL(of_property_read_u64_index);
|
/Linux-v6.1/include/linux/ |
D | of.h | 312 extern int of_property_read_u64_index(const struct device_node *np, 608 static inline int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function
|
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | nand_base.c | 5323 of_property_read_u64_index(dn, "secure-regions", j, in of_get_nand_secure_regions() 5325 of_property_read_u64_index(dn, "secure-regions", j + 1, in of_get_nand_secure_regions()
|