Home
last modified time | relevance | path

Searched refs:hsic (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/phy/samsung/
H A Dphy-exynos5250-usb2.c202 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 …]
/linux/drivers/phy/tegra/
H A Dxusb-tegra124.c807 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 Dxusb-tegra210.c2248 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 Dxusb.h426 } usb2, ulpi, hsic, usb3; member
452 struct tegra_xusb_pad *hsic; member
/linux/drivers/phy/marvell/
H A DMakefile6 obj-$(CONFIG_PHY_MMP3_HSIC) += phy-mmp3-hsic.o
13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
/linux/drivers/usb/chipidea/
H A Dci_hdrc_imx.h24 unsigned int hsic:1; /* HSIC controller */ member
/linux/drivers/phy/qualcomm/
H A DMakefile21 obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o
/linux/arch/arm/boot/dts/marvell/
H A Dmmp3.dtsi206 compatible = "marvell,mmp3-hsic-phy";
220 phy_type = "hsic";
227 compatible = "marvell,mmp3-hsic-phy";
241 phy_type = "hsic";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra124-xusb-padctl.txt71 - ulpi-0, hsic-0, hsic-1:
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-sopine.dtsi120 regulator-name = "vcc-1v2-hsic";
H A Dsun50i-a64-nanopi-a64.dts232 regulator-name = "vcc-1v2-hsic";
H A Dsun50i-a64-pine64.dts236 regulator-name = "vcc-1v2-hsic";
H A Dsun50i-a64-bananapi-m64.dts305 regulator-name = "vcc-1v2-hsic";
H A Dsun50i-a64-amarula-relic.dts279 regulator-name = "vcc-1v2-hsic";
H A Dsun50i-a64-olinuxino.dts321 regulator-name = "vcc-1v2-hsic";
/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-board-common.dtsi568 /* VDDS_1V2_WKUP: hsic/ldo_emu_wkup */
685 port2-mode = "ehci-hsic";
686 port3-mode = "ehci-hsic";
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra132.dtsi731 hsic {
735 hsic-0 {
740 hsic-1 {
803 hsic-0 {
807 hsic-1 {
/linux/Documentation/devicetree/bindings/mfd/
H A Domap-usb-host.txt20 "ehci-hsic",
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124.dtsi777 hsic {
781 hsic-0 {
786 hsic-1 {
853 hsic-0 {
857 hsic-1 {
/linux/Documentation/devicetree/bindings/usb/
H A Datmel-usb.txt44 "utmi", or "hsic".
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-apq8084.c992 APQ_PIN_FUNCTION(hsic),
1160 PINGROUP(134, hsic, NA, NA, NA, NA, NA, NA),
1161 PINGROUP(135, hsic, NA, NA, NA, NA, NA, NA),
H A Dpinctrl-msm8x74.c879 MSM_PIN_FUNCTION(hsic),
1034 PINGROUP(144, hsic, NA, NA, NA, NA, NA, NA),
1035 PINGROUP(145, hsic, NA, NA, NA, NA, NA, NA),
H A Dpinctrl-msm8960.c1010 MSM_PIN_FUNCTION(hsic),
1209 PINGROUP(150, hsic, NA, vfe_camif_timer4_b, NA, NA, NA, NA, NA, NA, NA, NA),
1210 PINGROUP(151, hsic, NA, vfe_camif_timer3_b, NA, NA, NA, NA, NA, NA, NA, NA),
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts244 regulator-name = "vdd12-hsic";
H A Dsun8i-r16-parrot.dts268 regulator-name = "vcc-1v2-hsic";

12