Home
last modified time | relevance | path

Searched refs:of_property_read_u64_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci_nvlink2.c423 if (of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", nvlink_index, in vfio_pci_ibm_npu2_init()
425 if (of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", 0, in vfio_pci_ibm_npu2_init()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Docxl.c409 rc = of_property_read_u64_index(dev->dev.of_node, in pnv_ocxl_map_xsl_regs()
/Linux-v5.10/drivers/of/
Dproperty.c169 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function
183 EXPORT_SYMBOL_GPL(of_property_read_u64_index);
/Linux-v5.10/include/linux/
Dof.h312 extern int of_property_read_u64_index(const struct device_node *np,
751 static inline int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function
/Linux-v5.10/drivers/iio/temperature/
Dltc2983.c438 of_property_read_u64_index(np, propname, index, &temp); in __ltc2983_custom_sensor_new()