hsio              266 drivers/net/ethernet/mscc/ocelot_board.c 	struct regmap *hsio;
hsio              310 drivers/net/ethernet/mscc/ocelot_board.c 	hsio = syscon_regmap_lookup_by_compatible("mscc,ocelot-hsio");
hsio              311 drivers/net/ethernet/mscc/ocelot_board.c 	if (IS_ERR(hsio)) {
hsio              313 drivers/net/ethernet/mscc/ocelot_board.c 		return PTR_ERR(hsio);
hsio              316 drivers/net/ethernet/mscc/ocelot_board.c 	ocelot->targets[HSIO] = hsio;