Lines Matching full:syscon
27 int syscon; in davinci_emac_3517_get_macid() local
30 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in davinci_emac_3517_get_macid()
31 if (syscon < 0) { in davinci_emac_3517_get_macid()
32 pr_err("Syscon offset not found\n"); in davinci_emac_3517_get_macid()
36 addr = (u32)map_physmem(fdt_translate_address(fdt, syscon, &gmii), in davinci_emac_3517_get_macid()
39 pr_err("Not able to get syscon address to get mac efuse address\n"); in davinci_emac_3517_get_macid()
67 int syscon; in cpsw_am33xx_cm_get_macid() local
70 syscon = fdtdec_lookup_phandle(fdt, node, "syscon"); in cpsw_am33xx_cm_get_macid()
71 if (syscon < 0) { in cpsw_am33xx_cm_get_macid()
72 pr_err("Syscon offset not found\n"); in cpsw_am33xx_cm_get_macid()
76 addr = (u32)map_physmem(fdt_translate_address(fdt, syscon, &gmii), in cpsw_am33xx_cm_get_macid()
79 pr_err("Not able to get syscon address to get mac efuse address\n"); in cpsw_am33xx_cm_get_macid()