Lines Matching defs:syscon
26 #include <linux/mfd/syscon.h>
1642 struct regmap *syscon;
1645 syscon = syscon_regmap_lookup_by_phandle(of_node, "ti,syscon-efuse");
1646 if (IS_ERR(syscon)) {
1647 if (PTR_ERR(syscon) == -ENODEV)
1649 return PTR_ERR(syscon);
1652 ret = of_property_read_u32_index(of_node, "ti,syscon-efuse", 1,
1657 regmap_read(syscon, offset, &mac_lo);
1658 regmap_read(syscon, offset + 4, &mac_hi);