Lines Matching defs:syscon
29 #include <linux/mfd/syscon.h>
1939 struct regmap *syscon;
1942 syscon = syscon_regmap_lookup_by_phandle(of_node, "ti,syscon-efuse");
1943 if (IS_ERR(syscon)) {
1944 if (PTR_ERR(syscon) == -ENODEV)
1946 return PTR_ERR(syscon);
1949 ret = of_property_read_u32_index(of_node, "ti,syscon-efuse", 1,
1954 regmap_read(syscon, offset, &mac_lo);
1955 regmap_read(syscon, offset + 4, &mac_hi);