Home
last modified time | relevance | path

Searched refs:of_property_read_reg (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_address.h75 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size);
111 static inline int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size) in of_property_read_reg() function
/openbmc/linux/drivers/net/mdio/
H A Dmdio-mux-mmioreg.c145 if (of_property_read_reg(np2, 0, &reg, NULL)) { in mdio_mux_mmioreg_probe()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_rio.c530 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 Dfsl_rmu.c1086 if (of_property_read_reg(node, 0, &msg_start, NULL)) { in fsl_rio_setup_rmu()
/openbmc/linux/drivers/mfd/
H A Dmfd-core.c117 if (of_property_read_reg(np, 0, &of_node_addr, NULL)) in mfd_match_of_node_to_dev()
/openbmc/linux/drivers/ata/
H A Dpata_octeon_cf.c836 rv = of_property_read_reg(node, 0, &reg, NULL); in octeon_cf_probe()
883 rv = of_property_read_reg(node, 1, &reg, NULL); in octeon_cf_probe()
H A Dsata_svw.c325 if (of_property_read_reg(np, 0, &reg, NULL)) in k2_sata_show_info()
/openbmc/linux/drivers/of/
H A Daddress.c776 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size) in of_property_read_reg() function
787 EXPORT_SYMBOL(of_property_read_reg);
H A Dunittest.c1199 ret = of_property_read_reg(np, 0, &addr, &size); in of_unittest_reg()
/openbmc/linux/drivers/macintosh/
H A Dsmu.c519 if (of_property_read_reg(smu->db_node, 0, &data, NULL)) { in smu_init()
538 if (of_property_read_reg(smu->msg_node, 0, &data, NULL)) { in smu_init()
/openbmc/linux/drivers/fsi/
H A Dfsi-core.c406 if (of_property_read_reg(np, 0, &paddr, &psize)) in fsi_device_node_matches()
634 if (of_property_read_reg(np, 0, &addr, NULL)) in fsi_slave_node_matches()
/openbmc/linux/sound/soc/codecs/
H A Dtas2781-i2c.c641 if (of_property_read_reg(np, i, &addr, NULL)) in tasdevice_parse_dt()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-mpc.c321 of_property_read_reg(node, 0, &addr, NULL); in mpc_i2c_setup_512x()
/openbmc/linux/drivers/crypto/
H A Dn2_core.c1801 if (of_property_read_reg(dev->dev.of_node, 0, &reg, NULL) < 0) in grab_mdesc_irq_props()