/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos5250-usb2.c | 202 u32 hsic; in exynos5250_power_on() local 287 hsic = (EXYNOS_5250_HSICPHYCTRLX_REFCLKDIV_12 | in exynos5250_power_on() 290 writel(hsic, drv->reg_phy + EXYNOS_5250_HSICPHYCTRL1); in exynos5250_power_on() 291 writel(hsic, drv->reg_phy + EXYNOS_5250_HSICPHYCTRL2); in exynos5250_power_on() 293 hsic &= ~EXYNOS_5250_HSICPHYCTRLX_PHYSWRST; in exynos5250_power_on() 294 writel(hsic, drv->reg_phy + EXYNOS_5250_HSICPHYCTRL1); in exynos5250_power_on() 295 writel(hsic, drv->reg_phy + EXYNOS_5250_HSICPHYCTRL2); in exynos5250_power_on() 326 u32 hsic; in exynos5250_power_off() local 349 hsic = (EXYNOS_5250_HSICPHYCTRLX_REFCLKDIV_12 | in exynos5250_power_off() 355 writel(hsic, drv->reg_phy + EXYNOS_5250_HSICPHYCTRL1); in exynos5250_power_off() [all …]
|
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb-tegra124.c | 807 TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, hsic), 808 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, hsic), 815 struct tegra_xusb_hsic_lane *hsic; in tegra124_hsic_lane_probe() local 818 hsic = kzalloc(sizeof(*hsic), GFP_KERNEL); in tegra124_hsic_lane_probe() 819 if (!hsic) in tegra124_hsic_lane_probe() 822 INIT_LIST_HEAD(&hsic->base.list); in tegra124_hsic_lane_probe() 823 hsic->base.soc = &pad->soc->lanes[index]; in tegra124_hsic_lane_probe() 824 hsic->base.index = index; in tegra124_hsic_lane_probe() 825 hsic->base.pad = pad; in tegra124_hsic_lane_probe() 826 hsic->base.np = np; in tegra124_hsic_lane_probe() [all …]
|
H A D | xusb.c | 298 padctl->hsic = pad; in tegra_xusb_pad_create() 903 static int tegra_xusb_hsic_port_parse_dt(struct tegra_xusb_hsic_port *hsic) in tegra_xusb_hsic_port_parse_dt() argument 912 struct tegra_xusb_hsic_port *hsic; in tegra_xusb_add_hsic_port() local 920 hsic = kzalloc(sizeof(*hsic), GFP_KERNEL); in tegra_xusb_add_hsic_port() 921 if (!hsic) { in tegra_xusb_add_hsic_port() 926 err = tegra_xusb_port_init(&hsic->base, padctl, np, "hsic", index); in tegra_xusb_add_hsic_port() 930 hsic->base.ops = padctl->soc->ports.hsic.ops; in tegra_xusb_add_hsic_port() 932 hsic->base.lane = hsic->base.ops->map(&hsic->base); in tegra_xusb_add_hsic_port() 933 if (IS_ERR(hsic->base.lane)) { in tegra_xusb_add_hsic_port() 934 err = PTR_ERR(hsic->base.lane); in tegra_xusb_add_hsic_port() [all …]
|
H A D | xusb-tegra210.c | 2248 TEGRA210_LANE("hsic-0", 0x004, 14, 0x1, hsic), 2255 struct tegra_xusb_hsic_lane *hsic; in tegra210_hsic_lane_probe() local 2258 hsic = kzalloc(sizeof(*hsic), GFP_KERNEL); in tegra210_hsic_lane_probe() 2259 if (!hsic) in tegra210_hsic_lane_probe() 2262 INIT_LIST_HEAD(&hsic->base.list); in tegra210_hsic_lane_probe() 2263 hsic->base.soc = &pad->soc->lanes[index]; in tegra210_hsic_lane_probe() 2264 hsic->base.index = index; in tegra210_hsic_lane_probe() 2265 hsic->base.pad = pad; in tegra210_hsic_lane_probe() 2266 hsic->base.np = np; in tegra210_hsic_lane_probe() 2268 err = tegra_xusb_lane_parse_dt(&hsic->base, np); in tegra210_hsic_lane_probe() [all …]
|
H A D | xusb.h | 426 } usb2, ulpi, hsic, usb3; member 452 struct tegra_xusb_pad *hsic; member
|
/openbmc/linux/drivers/phy/marvell/ |
H A D | Makefile | 6 obj-$(CONFIG_PHY_MMP3_HSIC) += phy-mmp3-hsic.o 13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 44 bool hsic; member 113 if (!msm_ci->hsic) in ci_hdrc_msm_notify_event() 248 ci->hsic = of_device_is_compatible(phy_node, "qcom,usb-hsic-phy"); in ci_hdrc_msm_probe()
|
H A D | usbmisc_imx.c | 454 if (data->hsic) { in usbmisc_imx6q_init() 571 if (data->hsic) { in usbmisc_imx6sx_init() 657 if (!data->hsic) { in usbmisc_imx7d_init() 897 if (data->hsic) in usbmisc_imx7d_vbus_comparator_on() 952 if (data->hsic) { in usbmisc_imx7ulp_init() 1127 if (!usbmisc->ops->hsic_set_connect || !data->hsic) in imx_usbmisc_hsic_set_connect() 1185 if (usbmisc->ops->hsic_set_clk && data->hsic) in imx_usbmisc_suspend() 1224 if (usbmisc->ops->hsic_set_clk && data->hsic) in imx_usbmisc_resume()
|
H A D | ci_hdrc_imx.h | 24 unsigned int hsic:1; /* HSIC controller */ member
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | pxa1928-usb-phy.txt | 4 - compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | Makefile | 21 obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | mmp3.dtsi | 206 compatible = "marvell,mmp3-hsic-phy"; 220 phy_type = "hsic"; 227 compatible = "marvell,mmp3-hsic-phy"; 241 phy_type = "hsic";
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nvidia,tegra124-xusb-padctl.txt | 71 - ulpi-0, hsic-0, hsic-1:
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-sopine.dtsi | 120 regulator-name = "vcc-1v2-hsic";
|
H A D | sun50i-a64-nanopi-a64.dts | 232 regulator-name = "vcc-1v2-hsic";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap5-cm-t54.dts | 567 /* VDDS_1V2_WKUP: hsic/ldo_emu_wkup */ 638 port2-mode = "ehci-hsic"; 639 port3-mode = "ehci-hsic";
|
H A D | omap5-board-common.dtsi | 568 /* VDDS_1V2_WKUP: hsic/ldo_emu_wkup */ 685 port2-mode = "ehci-hsic"; 686 port3-mode = "ehci-hsic";
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra132.dtsi | 729 hsic { 733 hsic-0 { 738 hsic-1 { 801 hsic-0 { 805 hsic-1 {
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | omap-usb-host.txt | 20 "ehci-hsic",
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124.dtsi | 777 hsic { 781 hsic-0 { 786 hsic-1 { 853 hsic-0 { 857 hsic-1 {
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun50i-a64-amarula-relic.dts | 185 regulator-name = "vcc-1v2-hsic";
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d27_wlsom1_ek.dts | 262 phy_type = "hsic";
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-tegra.c | 236 } usb2, ulpi, hsic, usb3; member 678 mask = extract_field(msg->data, 1 + soc->ports.hsic.offset, in tegra_xusb_mbox_handle() 679 soc->ports.hsic.count); in tegra_xusb_mbox_handle() 2491 .hsic = { .offset = 6, .count = 2, }, 2529 .hsic = { .offset = 8, .count = 1, }, 2573 .hsic = { .offset = 6, .count = 1, },
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | atmel-usb.txt | 44 "utmi", or "hsic".
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm8x74.c | 879 MSM_PIN_FUNCTION(hsic), 1034 PINGROUP(144, hsic, NA, NA, NA, NA, NA, NA), 1035 PINGROUP(145, hsic, NA, NA, NA, NA, NA, NA),
|