| /OK3568_Linux_fs/kernel/drivers/phy/broadcom/ |
| H A D | phy-bcm63xx-usbh.c | 224 static inline bool usbh_has_reg(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_has_reg() argument 226 return (usbh->variant->regs[reg] >= 0); in usbh_has_reg() 229 static inline u32 usbh_readl(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_readl() argument 231 return __raw_readl(usbh->base + usbh->variant->regs[reg]); in usbh_readl() 234 static inline void usbh_writel(struct bcm63xx_usbh_phy *usbh, int reg, in usbh_writel() argument 237 __raw_writel(value, usbh->base + usbh->variant->regs[reg]); in usbh_writel() 242 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); in bcm63xx_usbh_phy_init() local 245 ret = clk_prepare_enable(usbh->usbh_clk); in bcm63xx_usbh_phy_init() 251 ret = clk_prepare_enable(usbh->usb_ref_clk); in bcm63xx_usbh_phy_init() 254 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_init() [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | tegra20-colibri-iris.dts | 97 usbh-pen { 236 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra20-colibri-eval-v3.dts | 97 usbh-pen { 254 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | vf-colibri-eval-v3.dtsi | 42 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | imx7-colibri-aster.dtsi | 56 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | imx7-colibri-eval-v3.dtsi | 63 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | imx6ull-colibri-eval-v3.dtsi | 58 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra30-colibri-eval-v3.dts | 190 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | sun9i-a80-optimus.dts | 227 regulator-name = "vcc33-usbh"; 244 regulator-name = "vdd-cpus-09-usbh";
|
| H A D | sun9i-a80-cubieboard4.dts | 230 regulator-name = "vcc33-usbh"; 251 regulator-name = "vdd-cpus-09-usbh";
|
| H A D | tegra30-apalis-eval.dts | 229 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra124-apalis-v1.2-eval.dts | 238 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra124-apalis-eval.dts | 236 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra30-apalis-v1.1-eval.dts | 230 reg_usbh_vbus: regulator-usbh-vbus {
|
| H A D | tegra20-colibri.dtsi | 302 usbh-oc { 310 usbh-pen {
|
| H A D | imx7-mba7.dtsi | 524 &usbh {
|
| H A D | imx6ull-colibri.dtsi | 484 pinctrl_usbh_reg: gpio-usbh-reg {
|
| H A D | imx7-colibri.dtsi | 795 pinctrl_usbh_reg: gpio-usbh-vbus {
|
| H A D | stm32mp151.dtsi | 1429 usbh_ohci: usbh-ohci@5800c000 { 1438 usbh_ehci: usbh-ehci@5800d000 {
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/usb/ |
| H A D | pd.h | 132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 133 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | pd_vdo.h | 143 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 144 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
|
| /OK3568_Linux_fs/u-boot/include/power/power_delivery/ |
| H A D | pd_vdo.h | 143 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 144 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun9i-a80-cubieboard4.dts | 143 regulator-name = "vcc33-usbh"; 160 regulator-name = "vdd-cpus-09-usbh";
|
| H A D | sun9i-a80-optimus.dts | 215 regulator-name = "vcc33-usbh"; 232 regulator-name = "vdd-cpus-09-usbh";
|