Lines Matching refs:target
469 struct regmap *target;
479 target = ocelot_regmap_init(ocelot, &res);
480 if (IS_ERR(target)) {
484 return PTR_ERR(target);
487 ocelot->targets[i] = target;
499 struct regmap *target;
517 target = ocelot_regmap_init(ocelot, &res);
518 if (IS_ERR(target)) {
523 return PTR_ERR(target);
537 ocelot_port->target = target;