• Home
  • Raw
  • Download

Lines Matching full:hsic

815 	TEGRA124_LANE("hsic-0", 0x004, 14, 0x1, hsic),
816 TEGRA124_LANE("hsic-1", 0x004, 15, 0x1, hsic),
823 struct tegra_xusb_hsic_lane *hsic; in tegra124_hsic_lane_probe() local
826 hsic = kzalloc(sizeof(*hsic), GFP_KERNEL); in tegra124_hsic_lane_probe()
827 if (!hsic) in tegra124_hsic_lane_probe()
830 INIT_LIST_HEAD(&hsic->base.list); in tegra124_hsic_lane_probe()
831 hsic->base.soc = &pad->soc->lanes[index]; in tegra124_hsic_lane_probe()
832 hsic->base.index = index; in tegra124_hsic_lane_probe()
833 hsic->base.pad = pad; in tegra124_hsic_lane_probe()
834 hsic->base.np = np; in tegra124_hsic_lane_probe()
836 err = tegra_xusb_lane_parse_dt(&hsic->base, np); in tegra124_hsic_lane_probe()
838 kfree(hsic); in tegra124_hsic_lane_probe()
842 return &hsic->base; in tegra124_hsic_lane_probe()
847 struct tegra_xusb_hsic_lane *hsic = to_hsic_lane(lane); in tegra124_hsic_lane_remove() local
849 kfree(hsic); in tegra124_hsic_lane_remove()
874 struct tegra_xusb_hsic_lane *hsic = to_hsic_lane(lane); in tegra124_hsic_phy_power_on() local
885 padctl_writel(padctl, hsic->strobe_trim, in tegra124_hsic_phy_power_on()
890 if (hsic->auto_term) in tegra124_hsic_phy_power_on()
906 value |= (hsic->tx_rtune_n << in tegra124_hsic_phy_power_on()
908 (hsic->tx_rtune_p << in tegra124_hsic_phy_power_on()
910 (hsic->tx_rslew_n << in tegra124_hsic_phy_power_on()
912 (hsic->tx_rslew_p << in tegra124_hsic_phy_power_on()
921 value |= (hsic->rx_strobe_trim << in tegra124_hsic_phy_power_on()
923 (hsic->rx_data_trim << in tegra124_hsic_phy_power_on()
974 struct tegra_xusb_hsic_pad *hsic; in tegra124_hsic_pad_probe() local
978 hsic = kzalloc(sizeof(*hsic), GFP_KERNEL); in tegra124_hsic_pad_probe()
979 if (!hsic) in tegra124_hsic_pad_probe()
982 pad = &hsic->base; in tegra124_hsic_pad_probe()
988 kfree(hsic); in tegra124_hsic_pad_probe()
1008 struct tegra_xusb_hsic_pad *hsic = to_hsic_pad(pad); in tegra124_hsic_pad_remove() local
1010 kfree(hsic); in tegra124_hsic_pad_remove()
1019 .name = "hsic",
1471 return tegra_xusb_find_lane(port->padctl, "hsic", port->index); in tegra124_hsic_port_map()
1736 .hsic = {