| /linux/include/linux/ |
| H A D | of_address.h | 76 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size); 112 static inline int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size) in of_property_read_reg() function
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-mux-mmioreg.c | 140 if (of_property_read_reg(np2, 0, ®, NULL)) in mdio_mux_mmioreg_probe()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_rio.c | 530 if (of_property_read_reg(np, 0, &range_start, NULL)) { in fsl_rio_setup() 555 if (of_property_read_reg(np, 0, &range_start, NULL)) { in fsl_rio_setup()
|
| H A D | fsl_rmu.c | 1086 if (of_property_read_reg(node, 0, &msg_start, NULL)) { in fsl_rio_setup_rmu()
|
| /linux/drivers/irqchip/ |
| H A D | irq-bcm2712-mip.c | 220 ret = of_property_read_reg(np, 1, &mip->msg_addr, &size); in mip_parse_dt()
|
| /linux/drivers/mfd/ |
| H A D | mfd-core.c | 119 if (of_property_read_reg(np, 0, &of_node_addr, NULL)) in mfd_match_of_node_to_dev()
|
| /linux/drivers/cpufreq/ |
| H A D | pmac32-cpufreq.c | 384 if (of_property_read_reg(np, 0, &offset, NULL) < 0) in read_gpio()
|
| /linux/drivers/ata/ |
| H A D | pata_octeon_cf.c | 835 rv = of_property_read_reg(node, 0, ®, NULL); in octeon_cf_probe() 882 rv = of_property_read_reg(node, 1, ®, NULL); in octeon_cf_probe()
|
| H A D | sata_svw.c | 325 if (of_property_read_reg(np, 0, ®, NULL)) in k2_sata_show_info()
|
| /linux/drivers/of/ |
| H A D | address.c | 740 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size) in of_property_read_reg() function 751 EXPORT_SYMBOL(of_property_read_reg);
|
| H A D | unittest.c | 1404 ret = of_property_read_reg(np, 0, &addr, &size); in of_unittest_reg()
|
| /linux/drivers/remoteproc/ |
| H A D | xlnx_r5_remoteproc.c | 1008 ret = of_property_read_reg(sram_np, i, &abs_addr, &size); in zynqmp_r5_get_sram_banks() 1096 ret = of_property_read_reg(np, j, &abs_addr, &size); in zynqmp_r5_get_tcm_node_from_dt()
|
| /linux/drivers/macintosh/ |
| H A D | smu.c | 515 if (of_property_read_reg(smu->db_node, 0, &data, NULL)) { in smu_init() 534 if (of_property_read_reg(smu->msg_node, 0, &data, NULL)) { in smu_init()
|
| /linux/drivers/fsi/ |
| H A D | fsi-core.c | 461 if (of_property_read_reg(np, 0, &paddr, &psize)) in fsi_device_node_matches() 689 if (of_property_read_reg(np, 0, &addr, NULL)) in fsi_slave_node_matches()
|
| /linux/arch/powerpc/kexec/ |
| H A D | file_load_64.c | 230 ret = of_property_read_reg(dn, i, &base, &size); in add_usable_mem_property()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mpc.c | 317 of_property_read_reg(node, 0, &addr, NULL); in mpc_i2c_setup_512x()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware.c | 1308 of_property_read_reg(np, index, ®_addr, NULL); in dw_pcie_parent_bus_offset()
|
| /linux/sound/soc/codecs/ |
| H A D | pcm6240.c | 2097 if (of_property_read_reg(np, i, &addr, NULL)) in pcmdevice_i2c_probe()
|
| H A D | tas2781-i2c.c | 2007 if (of_property_read_reg(np, i, &addr, NULL)) in tasdevice_parse_dt()
|