Searched refs:of_property_read_u32_index (Results 1 - 25 of 161) sorted by last modified time

1234567

/linux-master/drivers/ufs/host/
H A Dufs-exynos.c1121 if (of_property_read_u32_index(np, "samsung,sysreg", 1,
/linux-master/drivers/spi/
H A Dspi-mt65xx.c1170 of_property_read_u32_index(dev->of_node,
/linux-master/drivers/opp/
H A Dof.c598 ret = of_property_read_u32_index(np, "opp-supported-hw",
/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/net/wireless/ath/ath11k/
H A Dahb.c850 ret = of_property_read_u32_index(ab->dev->of_node, "interrupts", 1, &int_prop);
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2484 ret = of_property_read_u32_index(of_node, "ti,syscon-efuse", 1,
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-socfpga.c122 ret = of_property_read_u32_index(np, "altr,sysmgr-syscon", 1, &reg_offset);
128 ret = of_property_read_u32_index(np, "altr,sysmgr-syscon", 2, &reg_shift);
/linux-master/drivers/gpio/
H A Dgpiolib-of.c748 ret = of_property_read_u32_index(np, "gpios", idx * tmp + i,
/linux-master/drivers/edac/
H A Daltera_edac.c1568 rc = of_property_read_u32_index(np, "interrupts", 1, &altdev->db_irq);
1974 rc = of_property_read_u32_index(np, "interrupts", 0, &altdev->db_irq);
/linux-master/drivers/crypto/caam/
H A Dctrl.c935 if (of_property_read_u32_index(np, "reg", 0, &reg)) {
/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/soc/mediatek/
H A Dmtk-socinfo.c101 if (of_property_read_u32_index(np, "reg", 0, &offset))
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c1414 ret = of_property_read_u32_index(np, "qcom,dload-mode", 1, &offset);
/linux-master/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec.c65 ret = of_property_read_u32_index(np, "reg", 0, &base);
75 ret = of_property_read_u32_index(np, "reg", 1, &base);
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c1068 ret = of_property_read_u32_index(np, propname, DDW_EXT_SIZE, &count);
1078 return of_property_read_u32_index(np, propname, extnum, value);
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c656 ret = of_property_read_u32_index(np, "pinmux", i, &value);
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c487 err = of_property_read_u32_index(node, "pinmux", i, &pinfunc);
/linux-master/drivers/i2c/
H A Di2c-core-base.c1179 of_property_read_u32_index(np, "reg", i, &addr);
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c3219 ret = of_property_read_u32_index(dn, "qcom,boot-partitions", j,
3236 ret = of_property_read_u32_index(dn, "qcom,boot-partitions", j + 1,
/linux-master/drivers/remoteproc/
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);
H A Dst_remoteproc.c326 err = of_property_read_u32_index(np, "st,syscfg", 1,
H A Dqcom_q6v5_adsp.c619 ret = of_property_read_u32_index(pdev->dev.of_node, "qcom,halt-regs",
/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/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
/linux-master/drivers/clk/ti/
H A Ddivider.c404 of_property_read_u32_index(node, "ti,dividers", i, &val);
421 of_property_read_u32_index(node, "ti,dividers", i, &val);

Completed in 510 milliseconds

1234567