Searched full:usbgrf (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/soc/rockchip/ |
| D | grf.txt | 32 - compatible: USBGRF should be one of the following 33 - "rockchip,rv1108-usbgrf", "syscon": for rv1108
|
| /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-4.19/drivers/phy/rockchip/ |
| D | phy-rockchip-inno-usb2.c | 208 * @usbgrf: USB General Register Files regmap. 223 struct regmap *usbgrf; member 237 return rphy->usbgrf == NULL ? rphy->grf : rphy->usbgrf; in get_reg_base() 1109 rphy->usbgrf = in rockchip_usb2phy_probe() 1111 "rockchip,usbgrf"); in rockchip_usb2phy_probe() 1112 if (IS_ERR(rphy->usbgrf)) in rockchip_usb2phy_probe() 1113 return PTR_ERR(rphy->usbgrf); in rockchip_usb2phy_probe() 1115 rphy->usbgrf = NULL; in rockchip_usb2phy_probe()
|
| /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-4.19/arch/arm/boot/dts/ |
| D | rv1108.dtsi | 269 rockchip,usbgrf = <&usbgrf>; 429 usbgrf: syscon@202a0000 { label 430 compatible = "rockchip,rv1108-usbgrf", "syscon";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/ |
| D | phy-rockchip-inno-usb2.txt | 22 - rockchip,usbgrf : phandle to the syscon managing the "usb general
|
| /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";
|