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() 1092 rphy->usbgrf = in rockchip_usb2phy_probe() 1094 "rockchip,usbgrf"); in rockchip_usb2phy_probe() 1095 if (IS_ERR(rphy->usbgrf)) in rockchip_usb2phy_probe() 1096 return PTR_ERR(rphy->usbgrf); in rockchip_usb2phy_probe() 1098 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 | 47071 * @usbgrf: USB General Register Files regmap. 47093 struct regmap *usbgrf; 48513 - rphy->usbgrf = 48515 - "rockchip,usbgrf"); 48516 - if (IS_ERR(rphy->usbgrf)) 48517 - return PTR_ERR(rphy->usbgrf); 48519 - rphy->usbgrf = NULL; 48725 + "rockchip,usbgrf"); 48736 + rphy->usbgrf = 48738 + "rockchip,usbgrf"); [all …]
|