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

/linux-master/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) function
/linux-master/drivers/net/mdio/
H A Dmdio-mux-mmioreg.c145 if (of_property_read_reg(np2, 0, &reg, NULL)) {
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c530 if (of_property_read_reg(np, 0, &range_start, NULL)) {
555 if (of_property_read_reg(np, 0, &range_start, NULL)) {
H A Dfsl_rmu.c1086 if (of_property_read_reg(node, 0, &msg_start, NULL)) {
/linux-master/drivers/ata/
H A Dsata_svw.c325 if (of_property_read_reg(np, 0, &reg, NULL))
H A Dpata_octeon_cf.c836 rv = of_property_read_reg(node, 0, &reg, NULL);
883 rv = of_property_read_reg(node, 1, &reg, NULL);
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c384 if (of_property_read_reg(np, 0, &offset, NULL) < 0)
/linux-master/drivers/mfd/
H A Dmfd-core.c117 if (of_property_read_reg(np, 0, &of_node_addr, NULL))
/linux-master/drivers/macintosh/
H A Dsmu.c519 if (of_property_read_reg(smu->db_node, 0, &data, NULL)) {
538 if (of_property_read_reg(smu->msg_node, 0, &data, NULL)) {
/linux-master/drivers/of/
H A Daddress.c733 * of_property_read_reg - Retrieve the specified "reg" entry index without translating
742 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size) function
753 EXPORT_SYMBOL(of_property_read_reg); variable
H A Dunittest.c1193 ret = of_property_read_reg(np, 0, &addr, &size);
1194 unittest(!ret, "of_property_read_reg(%pOF) returned error %d\n",
1196 unittest(addr == 0x1000, "of_property_read_reg(%pOF) untranslated address (%llx) incorrect\n",
/linux-master/drivers/fsi/
H A Dfsi-core.c406 if (of_property_read_reg(np, 0, &paddr, &psize))
634 if (of_property_read_reg(np, 0, &addr, NULL))
/linux-master/drivers/i2c/busses/
H A Di2c-mpc.c319 of_property_read_reg(node, 0, &addr, NULL);
/linux-master/drivers/crypto/
H A Dn2_core.c1781 if (of_property_read_reg(dev->dev.of_node, 0, &reg, NULL) < 0)

Completed in 192 milliseconds