Lines Matching defs:usbgrf
227 * @usbgrf: USB General Register Files regmap.
244 struct regmap *usbgrf;
260 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf;
1316 rphy->grf = syscon_regmap_lookup_by_phandle(np, "rockchip,usbgrf");
1318 dev_err(dev, "failed to locate usbgrf\n");
1330 rphy->usbgrf =
1332 "rockchip,usbgrf");
1333 if (IS_ERR(rphy->usbgrf))
1334 return PTR_ERR(rphy->usbgrf);
1336 rphy->usbgrf = NULL;