Searched refs:of_property_read_u64_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/arch/powerpc/platforms/powernv/ |
D | ocxl.c | 409 rc = of_property_read_u64_index(dev->dev.of_node, in pnv_ocxl_map_xsl_regs() 499 rc = of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", in pnv_ocxl_map_lpar()
|
/Linux-v5.15/drivers/of/ |
D | property.c | 177 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function 191 EXPORT_SYMBOL_GPL(of_property_read_u64_index);
|
/Linux-v5.15/include/linux/ |
D | of.h | 312 extern int of_property_read_u64_index(const struct device_node *np, 768 static inline int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function
|
/Linux-v5.15/drivers/iio/temperature/ |
D | ltc2983.c | 440 of_property_read_u64_index(np, propname, index, &temp); in __ltc2983_custom_sensor_new()
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nand_base.c | 5250 of_property_read_u64_index(dn, "secure-regions", j, in of_get_nand_secure_regions() 5252 of_property_read_u64_index(dn, "secure-regions", j + 1, in of_get_nand_secure_regions()
|