Searched +full:utmi +full:- +full:avalid (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-inno-usb2.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-rockchip-inno-usb2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko@sntech.de> 15 - rockchip,px30-usb2phy 16 - rockchip,rk1808-usb2phy 17 - rockchip,rk3128-usb2phy 18 - rockchip,rk3228-usb2phy 19 - rockchip,rk3308-usb2phy [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-evb-rev1.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "rk3399-evb.dtsi" 8 #include "rk3399-early-opp.dtsi" 11 compatible = "rockchip,rk3399-evb-rev1", "rockchip,rk3399"; 13 vdd_log: vdd-log { 14 compatible = "pwm-regulator"; 18 regulator-name = "vdd_log"; 19 regulator-min-microvolt = <800000>; 20 regulator-max-microvolt = <1400000>; 21 regulator-always-on; [all …]
|
| H A D | rk3399-evb-rev2.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "rk3399-evb.dtsi" 8 #include "rk3399-early-opp.dtsi" 11 compatible = "rockchip,rk3399-evb-rev2", "rockchip,rk3399"; 13 vcc5v0_sys: vcc5v0-sys { 14 compatible = "regulator-fixed"; 15 regulator-name = "vcc5v0_sys"; 16 regulator-always-on; 17 regulator-boot-on; 18 regulator-min-microvolt = <5000000>; [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-tegra.c | 3 * Copyright (c) 2009-2015 NVIDIA Corporation 6 * SPDX-License-Identifier: GPL-2.0+ 13 #include <asm-generic/gpio.h> 15 #include <asm/arch-tegra/usb.h> 16 #include <asm/arch-tegra/clk_rst.h> 44 PARAM_ENABLE_DELAY_COUNT, /* PLL-U Enable Delay Count */ 45 PARAM_STABLE_COUNT, /* PLL-U STABLE count */ 46 PARAM_ACTIVE_DELAY_COUNT, /* PLL-U Active delay count */ 47 PARAM_XTAL_FREQ_COUNT, /* PLL-U XTAL frequency count */ 75 unsigned utmi:1; /* 1 if port has external tranceiver, else 0 */ member [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-usb2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 #include <linux/clk-provider.h> 11 #include <linux/extcon-provider.h> 60 * enum usb_chg_state - Different states involved in USB charger detection. 100 * struct rockchip_chg_det_reg - usb charger detect registers 126 * struct rockchip_usb2phy_port_cfg - usb-phy port configuration. 151 * @iddig_en: utmi iddig select between grf and phy, 159 * @utmi_avalid: utmi vbus avalid status register. 160 * @utmi_bvalid: utmi vbus bvalid status register. 162 * @utmi_ls: utmi linestate state register. [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-inno-usb2.c | 4 * SPDX-License-Identifier: GPL-2.0+ 10 #include <generic-phy.h> 18 #include <reset-uclass.h> 36 POWER_SUPPLY_TYPE_USB_FLOATING, /* DCP without shorting D+/D- */ 64 * @opmode: utmi operational mode. 80 * struct rockchip_usb2phy_port_cfg: usb-phy port configuration. 89 * @iddig_en: utmi iddig select between grf and phy, 97 * @utmi_avalid: utmi vbus avalid status register. 98 * @utmi_bvalid: utmi vbus bvalid status register. 100 * @utmi_ls: utmi linestate state register. [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 5 * Copyright (C) 2005-2006 by Texas Instruments 6 * Copyright (C) 2006-2007 Nokia Corporation 8 * SPDX-License-Identifier: GPL-2.0 12 * Inventra (Multipoint) Dual-Role Controller Driver for Linux. 16 * in the works. These are normal Linux-USB controller drivers which 30 * - Lack of host-side transaction scheduling, for all transfer types. 36 * includes DaVinci EVM in a common non-OTG mode. 60 * - Kconfig for everything user-configurable 61 * - platform_device for addressing, irq, and platform_data 62 * - platform_data is mostly for board-specific informarion [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_core.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * Copyright (C) 2005-2006 by Texas Instruments 7 * Copyright (C) 2006-2007 Nokia Corporation 11 * Inventra (Multipoint) Dual-Role Controller Driver for Linux. 15 * in the works. These are normal Linux-USB controller drivers which 29 * - Lack of host-side transaction scheduling, for all transfer types. 35 * includes DaVinci EVM in a common non-OTG mode. 59 * - Kconfig for everything user-configurable 60 * - platform_device for addressing, irq, and platform_data 61 * - platform_data is mostly for board-specific information [all …]
|