Searched full:usbgrf (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/rockchip/ |
| D | grf.txt | 46 - compatible: USBGRF should be one of the following: 47 - "rockchip,rv1108-usbgrf", "syscon": for rv1108
|
| /kernel/linux/linux-5.10/drivers/phy/rockchip/ |
| D | phy-rockchip-inno-usb2.c | 198 * @usbgrf: USB General Register Files regmap. 213 struct regmap *usbgrf; member 227 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf; in get_reg_base() 1094 rphy->usbgrf = in rockchip_usb2phy_probe() 1096 "rockchip,usbgrf"); in rockchip_usb2phy_probe() 1097 if (IS_ERR(rphy->usbgrf)) in rockchip_usb2phy_probe() 1098 return PTR_ERR(rphy->usbgrf); in rockchip_usb2phy_probe() 1100 rphy->usbgrf = NULL; in rockchip_usb2phy_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | phy-rockchip-inno-usb2.yaml | 55 rockchip,usbgrf:
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | rv1108.dtsi | 275 rockchip,usbgrf = <&usbgrf>; 442 usbgrf: syscon@202a0000 { label 443 compatible = "rockchip,rv1108-usbgrf", "syscon";
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 46855 * @usbgrf: USB General Register Files regmap. 46877 struct regmap *usbgrf; 48297 - rphy->usbgrf = 48299 - "rockchip,usbgrf"); 48300 - if (IS_ERR(rphy->usbgrf)) 48301 - return PTR_ERR(rphy->usbgrf); 48303 - rphy->usbgrf = NULL; 48509 + "rockchip,usbgrf"); 48520 + rphy->usbgrf = 48522 + "rockchip,usbgrf"); [all …]
|