| /kernel/linux/linux-6.6/drivers/phy/sunplus/ |
| D | phy-sunplus-usb2.c | 78 static int update_disc_vol(struct sp_usbphy *usbphy) in update_disc_vol() argument 86 cell = nvmem_cell_get(usbphy->dev, disc_name); in update_disc_vol() 98 set = (set >> usbphy->disc_vol_addr_off) & J_DISC; in update_disc_vol() 104 val = readl(usbphy->phy_regs + CONFIG7); in update_disc_vol() 106 writel(val, usbphy->phy_regs + CONFIG7); in update_disc_vol() 113 struct sp_usbphy *usbphy = phy_get_drvdata(phy); in sp_uphy_init() local 117 ret = clk_prepare_enable(usbphy->phy_clk); in sp_uphy_init() 121 ret = reset_control_deassert(usbphy->rstc); in sp_uphy_init() 126 writel(HIGH_MASK_BITS | 0x4002, usbphy->moon4_regs + UPHY_CONTROL0); in sp_uphy_init() 127 writel(HIGH_MASK_BITS | 0x8747, usbphy->moon4_regs + UPHY_CONTROL1); in sp_uphy_init() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | fsl,mxs-usbphy.yaml | 4 $id: http://devicetree.org/schemas/phy/fsl,mxs-usbphy.yaml# 16 - fsl,imx23-usbphy 17 - fsl,imx7ulp-usbphy 18 - fsl,vf610-usbphy 21 - fsl,imx28-usbphy 22 - fsl,imx6ul-usbphy 23 - fsl,imx6sl-usbphy 24 - fsl,imx6sx-usbphy 25 - fsl,imx6q-usbphy 26 - const: fsl,imx23-usbphy [all …]
|
| D | ralink-usb-phy.txt | 4 - compatible: "ralink,rt3352-usbphy" 5 "mediatek,mt7620-usbphy" 6 "mediatek,mt7628-usbphy" 7 - reg: required for "mediatek,mt7628-usbphy", unused otherwise 15 usbphy: phy { 16 compatible = "mediatek,mt7628-usbphy";
|
| D | keystone-usb-phy.txt | 4 - compatible: should be "ti,keystone-usbphy". 15 compatible = "ti,keystone-usbphy";
|
| D | rockchip-usb-phy.yaml | 69 usbphy: usbphy {
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reset/ |
| D | renesas,rzg2l-usbphy-ctrl.yaml | 4 $id: http://devicetree.org/schemas/reset/renesas,rzg2l-usbphy-ctrl.yaml# 7 title: Renesas RZ/{G2L,V2L} USBPHY Control 13 The RZ/G2L USBPHY Control mainly controls reset and power down of the 20 - renesas,r9a07g043-usbphy-ctrl # RZ/G2UL 21 - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC} 22 - renesas,r9a07g054-usbphy-ctrl # RZ/V2L 23 - const: renesas,rzg2l-usbphy-ctrl 59 phyrst: usbphy-ctrl@11c40000 { 60 compatible = "renesas,r9a07g044-usbphy-ctrl", 61 "renesas,rzg2l-usbphy-ctrl";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | mxs-usb-phy.txt | 5 * "fsl,imx23-usbphy" for imx23 and imx28 6 * "fsl,imx6q-usbphy" for imx6dq and imx6dl 7 * "fsl,imx6sl-usbphy" for imx6sl 8 * "fsl,vf610-usbphy" for Vybrid vf610 9 * "fsl,imx6sx-usbphy" for imx6sx 10 * "fsl,imx7ulp-usbphy" for imx7ulp 11 "fsl,imx23-usbphy" is still a fallback for other strings 28 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
|
| D | ralink-usb-phy.txt | 4 - compatible: "ralink,rt3352-usbphy" 5 "mediatek,mt7620-usbphy" 6 "mediatek,mt7628-usbphy" 7 - reg: required for "mediatek,mt7628-usbphy", unused otherwise 15 usbphy: phy { 16 compatible = "mediatek,mt7628-usbphy";
|
| D | keystone-usb-phy.txt | 4 - compatible: should be "ti,keystone-usbphy". 15 compatible = "ti,keystone-usbphy";
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | imx8dxl-ss-conn.dtsi | 41 fsl,usbphy = <&usbphy2>; 69 usbphy2: usbphy@5b110000 { 70 compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
|
| /kernel/linux/linux-6.6/drivers/usb/phy/ |
| D | phy-keystone.c | 99 { .compatible = "ti,keystone-usbphy" }, 108 .name = "keystone-usbphy", 115 MODULE_ALIAS("platform:keystone-usbphy");
|
| /kernel/linux/linux-5.10/drivers/usb/phy/ |
| D | phy-keystone.c | 101 { .compatible = "ti,keystone-usbphy" }, 110 .name = "keystone-usbphy", 117 MODULE_ALIAS("platform:keystone-usbphy");
|
| D | phy-mxs-usb.c | 188 { .compatible = "fsl,imx6sx-usbphy", .data = &imx6sx_phy_data, }, 189 { .compatible = "fsl,imx6sl-usbphy", .data = &imx6sl_phy_data, }, 190 { .compatible = "fsl,imx6q-usbphy", .data = &imx6q_phy_data, }, 191 { .compatible = "fsl,imx23-usbphy", .data = &imx23_phy_data, }, 192 { .compatible = "fsl,vf610-usbphy", .data = &vf610_phy_data, }, 193 { .compatible = "fsl,imx6ul-usbphy", .data = &imx6ul_phy_data, }, 194 { .compatible = "fsl,imx7ulp-usbphy", .data = &imx7ulp_phy_data, }, 775 ret = of_alias_get_id(np, "usbphy"); in mxs_phy_probe()
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-h616.dtsi | 515 phys = <&usbphy 0>; 517 extcon = <&usbphy 0>; 521 usbphy: phy@5100400 { label 565 phys = <&usbphy 0>; 578 phys = <&usbphy 0>; 593 phys = <&usbphy 1>; 606 phys = <&usbphy 1>; 621 phys = <&usbphy 2>; 634 phys = <&usbphy 2>; 649 phys = <&usbphy 3>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | brcm,bcm7445-ehci.yaml | 36 const: usbphy 54 phy-names = "usbphy";
|
| D | allwinner,sun4i-a10-musb.yaml | 94 phys = <&usbphy 0>; 96 extcon = <&usbphy 0>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | brcm,bcm7445-ehci.yaml | 36 const: usbphy 54 phy-names = "usbphy";
|
| D | allwinner,sun4i-a10-musb.yaml | 100 phys = <&usbphy 0>; 102 extcon = <&usbphy 0>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx27-pdk.dts | 17 usbphy { 22 usbphy0: usbphy@0 { 113 fsl,usbphy = <&usbphy0>;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx27-pdk.dts | 17 usbphy { 22 usbphy0: usbphy@0 { 113 fsl,usbphy = <&usbphy0>;
|
| /kernel/linux/linux-5.10/drivers/phy/ralink/ |
| D | phy-ralink-usb.c | 153 .compatible = "ralink,rt3352-usbphy", 158 .compatible = "mediatek,mt7620-usbphy", 163 .compatible = "mediatek,mt7628-usbphy", 196 if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) { in ralink_usb_phy_probe()
|
| /kernel/linux/linux-6.6/drivers/phy/ralink/ |
| D | phy-ralink-usb.c | 153 .compatible = "ralink,rt3352-usbphy", 158 .compatible = "mediatek,mt7620-usbphy", 163 .compatible = "mediatek,mt7628-usbphy", 195 if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) { in ralink_usb_phy_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | xhci-tegra.c | 258 struct usb_phy **usbphy; member 1220 struct usb_phy *usbphy) in tegra_xusb_get_usb2_port() argument 1225 if (tegra->usbphy[i] && usbphy == tegra->usbphy[i]) in tegra_xusb_get_usb2_port() 1237 struct usb_phy *usbphy = (struct usb_phy *)data; in tegra_xhci_id_notify() local 1239 dev_dbg(tegra->dev, "%s(): action is %d", __func__, usbphy->last_event); in tegra_xhci_id_notify() 1241 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify() 1242 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify() 1248 tegra->otg_usb2_port = tegra_xusb_get_usb2_port(tegra, usbphy); in tegra_xhci_id_notify() 1250 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify() 1261 tegra->usbphy = devm_kcalloc(tegra->dev, tegra->num_usb_phys, in tegra_xusb_init_usb_phy() [all …]
|
| /kernel/linux/linux-6.6/drivers/reset/ |
| D | reset-rzg2l-usbphy-ctrl.c | 3 * Renesas RZ/G2L USBPHY control driver 92 { .compatible = "renesas,rzg2l-usbphy-ctrl" }, 181 MODULE_DESCRIPTION("Renesas RZ/G2L USBPHY Control");
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/ |
| D | sunxi-h3-h5.dtsi | 260 phys = <&usbphy 0>; 262 extcon = <&usbphy 0>; 267 usbphy: phy@1c19400 { label 305 phys = <&usbphy 0>; 317 phys = <&usbphy 0>; 328 phys = <&usbphy 1>; 340 phys = <&usbphy 1>; 351 phys = <&usbphy 2>; 363 phys = <&usbphy 2>; 374 phys = <&usbphy 3>; [all …]
|