Searched refs:of_property_read_u32_index (Results 51 - 75 of 161) sorted by relevance

1234567

/linux-master/drivers/mfd/
H A Dqcom-spmi-pmic.c112 ret = of_property_read_u32_index(child, "reg", 0, &pmic_addr);
H A Dqcom_rpm.c595 ret = of_property_read_u32_index(pdev->dev.of_node, "qcom,ipc", 1,
602 ret = of_property_read_u32_index(pdev->dev.of_node, "qcom,ipc", 2,
/linux-master/drivers/irqchip/
H A Dirq-keystone.c149 ret = of_property_read_u32_index(np, "ti,syscon-dev", 1,
/linux-master/drivers/clk/renesas/
H A Dclk-mstp.c228 ret = of_property_read_u32_index(np, idxname, i, &clkidx);
/linux-master/drivers/soc/mediatek/
H A Dmtk-socinfo.c101 if (of_property_read_u32_index(np, "reg", 0, &offset))
/linux-master/drivers/mmc/host/
H A Ddw_mmc-hi3798mv200.c207 ret = of_property_read_u32_index(np, "hisilicon,sap-dll-reg", 1, &priv->sap_dll_offset);
/linux-master/drivers/regulator/
H A Dof_regulator.c212 ret = of_property_read_u32_index(np,
665 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread",
/linux-master/drivers/soc/qcom/
H A Dsmp2p.c506 ret = of_property_read_u32_index(dev->of_node, key, 1, &smp2p->ipc_offset);
512 ret = of_property_read_u32_index(dev->of_node, key, 2, &smp2p->ipc_bit);
/linux-master/drivers/ata/
H A Dpata_ixp4xx_cf.c253 ret = of_property_read_u32_index(np, "reg", 0, &csindex);
/linux-master/drivers/counter/
H A Dmicrochip-tcb-capture.c340 ret = of_property_read_u32_index(np, "reg", i, &channel);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sti.c214 err = of_property_read_u32_index(np, "st,syscon", 1, &dwmac->ctrl_reg);
H A Ddwmac-imx.c308 err = of_property_read_u32_index(np, "intf_mode", 1, &dwmac->intf_reg_off);
H A Ddwmac-stm32.c288 err = of_property_read_u32_index(np, "st,syscon", 1, &dwmac->mode_reg);
/linux-master/drivers/bus/
H A Dimx-weim.c176 ret = of_property_read_u32_index(np, "reg",
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-ufs.c292 if (!of_property_read_u32_index(dev->of_node, "samsung,pmu-syscon", 1,
/linux-master/drivers/phy/ti/
H A Dphy-ti-pipe3.c684 if (of_property_read_u32_index(node,
717 if (of_property_read_u32_index(node,
735 if (of_property_read_u32_index(node,
H A Dphy-omap-usb2.c427 if (of_property_read_u32_index(node,
H A Dphy-gmii-sel.c457 of_property_read_u32_index(node, "ti,qsgmii-main-ports", i, &main_ports);
/linux-master/drivers/phy/realtek/
H A Dphy-rtk-usb2.c983 if (of_property_read_u32_index(np, "realtek,driving-level",
987 if (of_property_read_u32_index(np, "realtek,driving-level-compensate",
991 if (of_property_read_u32_index(np, "realtek,disconnection-compensate",
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm2835.c878 err = of_property_read_u32_index(np, "brcm,pins", i, &pin);
889 err = of_property_read_u32_index(np, "brcm,function",
899 err = of_property_read_u32_index(np, "brcm,pull",
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c39 rc = of_property_read_u32_index(dn, "ibm,supported-tce-sizes",
/linux-master/drivers/remoteproc/
H A Dkeystone_remoteproc.c352 if (of_property_read_u32_index(np, "ti,syscon-dev", 1,
H A Dst_remoteproc.c326 err = of_property_read_u32_index(np, "st,syscfg", 1,
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c357 ret = of_property_read_u32_index(np, "pinmux", i, &value);
/linux-master/drivers/misc/
H A Dgehc-achc.c521 ret = of_property_read_u32_index(spi->dev.of_node, "reg", 1, &ezport_reg);

Completed in 405 milliseconds

1234567