Searched refs:of_property_read_reg (Results 1 – 11 of 11) sorted by relevance
| /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/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()
|
| /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);
|
| /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/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/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/sound/soc/codecs/ |
| H A D | pcm6240.c | 2091 if (of_property_read_reg(np, i, &addr, NULL)) in pcmdevice_i2c_probe()
|
| H A D | tas2781-i2c.c | 2012 if (of_property_read_reg(np, i, &addr, NULL)) in tasdevice_parse_dt()
|