Home
last modified time | relevance | path

Searched refs:hsio (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c237 struct regmap *hsio; in mscc_ocelot_probe() local
293 hsio = syscon_regmap_lookup_by_compatible("mscc,ocelot-hsio"); in mscc_ocelot_probe()
294 if (IS_ERR(hsio)) { in mscc_ocelot_probe()
295 dev_err(&pdev->dev, "missing hsio syscon\n"); in mscc_ocelot_probe()
296 err = PTR_ERR(hsio); in mscc_ocelot_probe()
300 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c1167 struct regmap *hsio; in mscc_ocelot_probe() local
1215 hsio = syscon_regmap_lookup_by_compatible("mscc,ocelot-hsio"); in mscc_ocelot_probe()
1216 if (IS_ERR(hsio)) { in mscc_ocelot_probe()
1217 dev_err(&pdev->dev, "missing hsio syscon\n"); in mscc_ocelot_probe()
1218 return PTR_ERR(hsio); in mscc_ocelot_probe()
1221 ocelot->targets[HSIO] = hsio; in mscc_ocelot_probe()

Completed in 3 milliseconds