Home
last modified time | relevance | path

Searched full:usbphy (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/linux/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c78 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 …]
/linux/Documentation/devicetree/bindings/reset/
H A Drenesas,rzg2l-usbphy-ctrl.yaml4 $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 and RZ/Five
21 - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC}
22 - renesas,r9a07g054-usbphy-ctrl # RZ/V2L
23 - const: renesas,rzg2l-usbphy-ctrl
66 phyrst: usbphy-ctrl@11c40000 {
67 compatible = "renesas,r9a07g044-usbphy-ctrl",
68 "renesas,rzg2l-usbphy-ctrl";
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,mt7628-usbphy.yaml4 $id: http://devicetree.org/schemas/phy/mediatek,mt7628-usbphy.yaml#
15 - mediatek,mt7620-usbphy
16 - mediatek,mt7628-usbphy
17 - ralink,rt3352-usbphy
52 const: mediatek,mt7628-usbphy
65 compatible = "mediatek,mt7628-usbphy";
H A Dkeystone-usb-phy.txt4 - compatible: should be "ti,keystone-usbphy".
15 compatible = "ti,keystone-usbphy";
H A Drockchip-usb-phy.yaml69 usbphy: usbphy {
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8dxl-ss-conn.dtsi50 fsl,usbphy = <&usbphy2>;
71 usbphy2: usbphy@5b110000 {
72 compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
/linux/drivers/usb/phy/
H A Dphy-keystone.c99 { .compatible = "ti,keystone-usbphy" },
108 .name = "keystone-usbphy",
115 MODULE_ALIAS("platform:keystone-usbphy");
/linux/drivers/phy/ralink/
H A Dphy-ralink-usb.c153 .compatible = "ralink,rt3352-usbphy",
158 .compatible = "mediatek,mt7620-usbphy",
163 .compatible = "mediatek,mt7628-usbphy",
190 if (of_device_is_compatible(dev->of_node, "mediatek,mt7628-usbphy")) { in ralink_usb_phy_probe()
/linux/Documentation/devicetree/bindings/usb/
H A Dbrcm,bcm7445-ehci.yaml36 const: usbphy
54 phy-names = "usbphy";
H A Dallwinner,sun4i-a10-musb.yaml100 phys = <&usbphy 0>;
102 extcon = <&usbphy 0>;
/linux/arch/arm/boot/dts/allwinner/
H A Dsunxi-h3-h5.dtsi260 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 …]
H A Dsun8i-v3s.dtsi302 phys = <&usbphy 0>;
304 extcon = <&usbphy 0>;
308 usbphy: phy@1c19400 { label
328 phys = <&usbphy 0>;
340 phys = <&usbphy 0>;
H A Dsuniv-f1c100s.dtsi143 phys = <&usbphy 0>;
145 extcon = <&usbphy 0>;
150 usbphy: phy@1c13400 { label
H A Dsun5i.dtsi371 phys = <&usbphy 0>;
373 extcon = <&usbphy 0>;
379 usbphy: phy@1c13400 { label
396 phys = <&usbphy 1>;
406 phys = <&usbphy 1>;
/linux/drivers/reset/
H A Dreset-rzg2l-usbphy-ctrl.c3 * Renesas RZ/G2L USBPHY control driver
95 { .compatible = "renesas,rzg2l-usbphy-ctrl" },
216 MODULE_DESCRIPTION("Renesas RZ/G2L USBPHY Control");
/linux/drivers/usb/host/
H A Dxhci-tegra.c297 struct usb_phy **usbphy; member
1407 return (tegra->usbphy[index] != NULL); in is_usb2_otg_phy()
1451 struct usb_phy *usbphy) in tegra_xusb_get_usb2_port() argument
1456 if (tegra->usbphy[i] && usbphy == tegra->usbphy[i]) in tegra_xusb_get_usb2_port()
1468 struct usb_phy *usbphy = (struct usb_phy *)data; in tegra_xhci_id_notify() local
1470 dev_dbg(tegra->dev, "%s(): action is %d", __func__, usbphy->last_event); in tegra_xhci_id_notify()
1472 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify()
1473 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify()
1479 tegra->otg_usb2_port = tegra_xusb_get_usb2_port(tegra, usbphy); in tegra_xhci_id_notify()
1481 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify()
[all …]
/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c516 struct usb_phy **usbphy; member
785 struct usb_phy *usbphy) in tegra_xudc_get_phy_index() argument
790 if (xudc->usbphy[i] && usbphy == xudc->usbphy[i]) in tegra_xudc_get_phy_index()
799 struct usb_phy *usbphy) in tegra_xudc_update_data_role() argument
803 if ((xudc->device_mode && usbphy->last_event == USB_EVENT_VBUS) || in tegra_xudc_update_data_role()
804 (!xudc->device_mode && usbphy->last_event != USB_EVENT_VBUS)) { in tegra_xudc_update_data_role()
810 xudc->device_mode = (usbphy->last_event == USB_EVENT_VBUS) ? true : in tegra_xudc_update_data_role()
813 phy_index = tegra_xudc_get_phy_index(xudc, usbphy); in tegra_xudc_update_data_role()
820 xudc->curr_usbphy = usbphy; in tegra_xudc_update_data_role()
830 struct usb_phy *usbphy = (struct usb_phy *)data; in tegra_xudc_vbus_notify() local
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sll.dtsi540 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy",
541 "fsl,imx23-usbphy";
550 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy",
551 "fsl,imx23-usbphy";
684 fsl,usbphy = <&usbphy1>;
698 fsl,usbphy = <&usbphy2>;
H A Dimx27-pdk.dts18 usbphy0: usbphy {
107 fsl,usbphy = <&usbphy0>;
H A Dimx6sl.dtsi637 usbphy1: usbphy@20c9000 {
638 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
645 usbphy2: usbphy@20ca000 {
646 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
808 fsl,usbphy = <&usbphy1>;
821 fsl,usbphy = <&usbphy2>;
834 fsl,usbphy = <&usbphynop1>;
H A Dimx6qdl.dtsi804 usbphy1: usbphy@20c9000 {
805 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
812 usbphy2: usbphy@20ca000 {
813 compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
983 fsl,usbphy = <&usbphy1>;
996 fsl,usbphy = <&usbphy2>;
1010 fsl,usbphy = <&usbphynop1>;
1025 fsl,usbphy = <&usbphynop2>;
H A Dimx6ul.dtsi647 usbphy1: usbphy@20c9000 {
648 compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
656 usbphy2: usbphy@20ca000 {
657 compatible = "fsl,imx6ul-usbphy", "fsl,imx23-usbphy";
859 fsl,usbphy = <&usbphy1>;
872 fsl,usbphy = <&usbphy2>;
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvfxxx.dtsi372 usbphy0: usbphy@40050800 {
373 compatible = "fsl,vf610-usbphy";
381 usbphy1: usbphy@40050c00 {
382 compatible = "fsl,vf610-usbphy";
441 fsl,usbphy = <&usbphy0>;
591 fsl,usbphy = <&usbphy1>;
/linux/arch/riscv/boot/dts/allwinner/
H A Dsunxi-d1s-t113.dtsi550 extcon = <&usbphy 0>;
551 phys = <&usbphy 0>;
556 usbphy: phy@4100400 { label
586 phys = <&usbphy 0>;
599 phys = <&usbphy 0>;
614 phys = <&usbphy 1>;
627 phys = <&usbphy 1>;
/linux/arch/arm/boot/dts/samsung/
H A Ds5pv210.dtsi414 phys = <&usbphy 0>;
418 usbphy: usbphy@ec100000 { label
435 phys = <&usbphy 1>;
447 phys = <&usbphy 1>;

12345678910>>...12