Searched full:usbgrf (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 231 * @usbgrf: USB General Register Files regmap. 249 struct regmap *usbgrf; member 266 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf; in get_reg_base() 1357 rphy->grf = syscon_regmap_lookup_by_phandle(np, "rockchip,usbgrf"); in rockchip_usb2phy_probe() 1359 dev_err(dev, "failed to locate usbgrf\n"); in rockchip_usb2phy_probe() 1369 rphy->usbgrf = in rockchip_usb2phy_probe() 1371 "rockchip,usbgrf"); in rockchip_usb2phy_probe() 1372 if (IS_ERR(rphy->usbgrf)) in rockchip_usb2phy_probe() 1373 return PTR_ERR(rphy->usbgrf); in rockchip_usb2phy_probe() 1375 rphy->usbgrf = NULL; in rockchip_usb2phy_probe()
|
| H A D | phy-rockchip-usbdp.c | 159 struct regmap *usbgrf; member 494 rk_udphy_grfreg_write(udphy->usbgrf, preg, disable); in rk_udphy_u3_port_disable() 961 udphy->usbgrf = syscon_regmap_lookup_by_phandle(np, "rockchip,usb-grf"); in rk_udphy_parse_dt() 962 if (IS_ERR(udphy->usbgrf)) in rk_udphy_parse_dt() 963 return dev_err_probe(dev, PTR_ERR(udphy->usbgrf), "failed to get usb-grf\n"); in rk_udphy_parse_dt()
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rv1108.dtsi | 268 rockchip,usbgrf = <&usbgrf>; 435 usbgrf: syscon@202a0000 { label 436 compatible = "rockchip,rv1108-usbgrf", "syscon";
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | rockchip,inno-usb2phy.yaml | 76 rockchip,usbgrf:
|