Searched refs:of_property_read_u32_index (Results 76 - 100 of 161) sorted by relevance

1234567

/linux-master/drivers/remoteproc/
H A Dst_remoteproc.c326 err = of_property_read_u32_index(np, "st,syscfg", 1,
H A Domap_remoteproc.c1157 if (of_property_read_u32_index(np, "ti,bootreg", 1,
1163 of_property_read_u32_index(np, "ti,bootreg", 2,
H A Dpru_rproc.c186 ret = of_property_read_u32_index(np, "ti,prus", index, &rproc_phandle);
266 ret = of_property_read_u32_index(np, "ti,pruss-gp-mux-sel", index,
H A Dstm32_rproc.c696 err = of_property_read_u32_index(np, prop, 1, &syscon->reg);
700 err = of_property_read_u32_index(np, prop, 2, &syscon->mask);
/linux-master/drivers/pci/controller/
H A Dpcie-apple.c528 ret = of_property_read_u32_index(np, "reg", 0, &idx);
611 ret = of_property_read_u32_index(to_of_node(fwnode), "msi-ranges",
/linux-master/drivers/rtc/
H A Drtc-stm32.c748 ret = of_property_read_u32_index(pdev->dev.of_node, "st,syscfg",
755 ret = of_property_read_u32_index(pdev->dev.of_node, "st,syscfg",
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c907 ret = of_property_read_u32_index(np, "microchip,mic-pos", i * 2,
922 ret = of_property_read_u32_index(np, "microchip,mic-pos", i * 2 + 1,
/linux-master/drivers/soc/fsl/qe/
H A Dtsa.c385 of_property_read_u32_index(tdm_np, route_name, i, &count);
386 of_property_read_u32_index(tdm_np, route_name, i + 1, &serial_id);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c568 ret = of_property_read_u32_index(dev->of_node, "qcom,perst-regs",
575 ret = of_property_read_u32_index(dev->of_node, "qcom,perst-regs",
/linux-master/drivers/pinctrl/
H A Dpinctrl-equilibrium.c740 if (of_property_read_u32_index(np, "pins", j, &pin_id)) {
753 if (of_property_read_u32_index(np, "pinmux", j, &pinmux_id)) {
H A Dpinctrl-apple-gpio.c135 ret = of_property_read_u32_index(node, "pinmux", i, &pinfunc);
/linux-master/drivers/soc/qcom/
H A Drpmh-rsc.c992 ret = of_property_read_u32_index(dn, "qcom,tcs-config",
999 ret = of_property_read_u32_index(dn, "qcom,tcs-config",
/linux-master/drivers/of/
H A Dproperty.c128 * of_property_read_u32_index - Find and read a u32 from a multi-value property.
144 int of_property_read_u32_index(const struct device_node *np, function
159 EXPORT_SYMBOL_GPL(of_property_read_u32_index); variable
/linux-master/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c628 err = of_property_read_u32_index(node, "pinmux",
1438 ret = of_property_read_u32_index(np, "st,syscfg", 1, &offset);
1442 ret = of_property_read_u32_index(np, "st,syscfg", 2, &mask);
/linux-master/drivers/tty/serial/
H A Dserial-tegra.c1462 of_property_read_u32_index(np,
1469 of_property_read_u32_index(np,
1476 of_property_read_u32_index(np,
/linux-master/sound/soc/fsl/
H A Dfsl_sai.c1270 ret = of_property_read_u32_index(np, propname, index++, &type);
1274 ret = of_property_read_u32_index(np, propname, index++, &rx);
1278 ret = of_property_read_u32_index(np, propname, index++, &tx);
/linux-master/drivers/clk/ti/
H A Dfapll.c618 if (of_property_read_u32_index(node, "clock-indices", i,
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c747 while (!of_property_read_u32_index(node, "mti,reserved-cpu-vectors",
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c515 rc = of_property_read_u32_index(parent, "ibm,drc-indexes",
/linux-master/drivers/memory/
H A Datmel-ebi.c314 ret = of_property_read_u32_index(np, "reg", i * reg_cells,
/linux-master/drivers/input/keyboard/
H A Dcap11xx.c326 if (!of_property_read_u32_index(node, "microchip,signal-guard",
/linux-master/drivers/hsi/
H A Dhsi_core.c270 err = of_property_read_u32_index(client, "hsi-channel-ids", i,
/linux-master/drivers/rpmsg/
H A Dqcom_smd.c1393 ret = of_property_read_u32_index(node, key, 1, &edge->ipc_offset);
1399 ret = of_property_read_u32_index(node, key, 2, &edge->ipc_bit);
/linux-master/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c607 ret = of_property_read_u32_index(indio_dev->dev.of_node,
660 ret = of_property_read_u32_index(indio_dev->dev.of_node,
/linux-master/include/linux/
H A Dof.h313 extern int of_property_read_u32_index(const struct device_node *np,
623 static inline int of_property_read_u32_index(const struct device_node *np, function

Completed in 261 milliseconds

1234567