Lines Matching defs:atcphy
843 static inline void core_mask32(struct apple_atcphy *atcphy, u32 reg, u32 mask, u32 set) in core_mask32()
853 static inline void core_set32(struct apple_atcphy *atcphy, u32 reg, u32 set) in core_set32()
863 static inline void core_clear32(struct apple_atcphy *atcphy, u32 reg, u32 clear) in core_clear32()
868 static const struct atcphy_mode_configuration *atcphy_get_mode_config(struct apple_atcphy *atcphy, in atcphy_get_mode_config()
877 static void atcphy_apply_tunables(struct apple_atcphy *atcphy, enum atcphy_mode mode) in atcphy_apply_tunables()
920 static int atcphy_pipehandler_lock(struct apple_atcphy *atcphy) in atcphy_pipehandler_lock()
942 static int atcphy_pipehandler_unlock(struct apple_atcphy *atcphy) in atcphy_pipehandler_unlock()
956 static int atcphy_pipehandler_check(struct apple_atcphy *atcphy) in atcphy_pipehandler_check()
975 static int atcphy_configure_pipehandler_usb3(struct apple_atcphy *atcphy, bool host) in atcphy_configure_pipehandler_usb3()
1081 static int atcphy_configure_pipehandler_dummy(struct apple_atcphy *atcphy) in atcphy_configure_pipehandler_dummy()
1122 static int atcphy_configure_pipehandler(struct apple_atcphy *atcphy, bool host) in atcphy_configure_pipehandler()
1146 static void atcphy_setup_pipehandler(struct apple_atcphy *atcphy) in atcphy_setup_pipehandler()
1161 static void atcphy_configure_lanes(struct apple_atcphy *atcphy, enum atcphy_mode mode) in atcphy_configure_lanes()
1213 static void atcphy_enable_dp_aux(struct apple_atcphy *atcphy) in atcphy_enable_dp_aux()
1265 static void atcphy_disable_dp_aux(struct apple_atcphy *atcphy) in atcphy_disable_dp_aux()
1281 static int atcphy_dp_configure_lane(struct apple_atcphy *atcphy, enum atcphy_lane lane, in atcphy_dp_configure_lane()
1494 static int atcphy_auspll_apb_command(struct apple_atcphy *atcphy, u32 command) in atcphy_auspll_apb_command()
1516 static int atcphy_dp_configure(struct apple_atcphy *atcphy, enum atcphy_dp_link_rate lr) in atcphy_dp_configure()
1614 static void atcphy_usb2_power_off(struct apple_atcphy *atcphy) in atcphy_usb2_power_off()
1635 static int atcphy_power_off(struct apple_atcphy *atcphy) in atcphy_power_off()
1667 static void atcphy_usb2_power_on(struct apple_atcphy *atcphy) in atcphy_usb2_power_on()
1692 static int atcphy_power_on(struct apple_atcphy *atcphy) in atcphy_power_on()
1723 static int atcphy_configure(struct apple_atcphy *atcphy, enum atcphy_mode mode) in atcphy_configure()
1790 struct apple_atcphy *atcphy = phy_get_drvdata(phy); in atcphy_usb2_set_mode() local
1815 struct apple_atcphy *atcphy = phy_get_drvdata(phy); in atcphy_usb3_power_off() local
1834 struct apple_atcphy *atcphy = phy_get_drvdata(phy); in atcphy_usb3_set_mode() local
1874 struct apple_atcphy *atcphy = phy_get_drvdata(phy); in atcphy_dpphy_validate() local
1898 struct apple_atcphy *atcphy = phy_get_drvdata(phy); in atcphy_dpphy_configure() local
1942 struct apple_atcphy *atcphy = dev_get_drvdata(dev); in atcphy_xlate() local
1955 static int atcphy_probe_phy(struct apple_atcphy *atcphy) in atcphy_probe_phy()
1979 static void _atcphy_dwc3_reset_assert(struct apple_atcphy *atcphy) in _atcphy_dwc3_reset_assert()
1990 struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev); in atcphy_dwc3_reset_assert() local
2012 struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev); in atcphy_dwc3_reset_deassert() local
2034 static int atcphy_probe_rcdev(struct apple_atcphy *atcphy) in atcphy_probe_rcdev()
2048 struct apple_atcphy *atcphy = typec_switch_get_drvdata(sw); in atcphy_sw_set() local
2071 static int atcphy_probe_switch(struct apple_atcphy *atcphy) in atcphy_probe_switch()
2089 struct apple_atcphy *atcphy = typec_mux_get_drvdata(mux); in atcphy_mux_set() local
2161 static int atcphy_probe_mux(struct apple_atcphy *atcphy) in atcphy_probe_mux()
2177 static int atcphy_load_tunables(struct apple_atcphy *atcphy) in atcphy_load_tunables()
2208 static int atcphy_map_resources(struct platform_device *pdev, struct apple_atcphy *atcphy) in atcphy_map_resources()
2239 static int atcphy_probe_finalize(struct apple_atcphy *atcphy) in atcphy_probe_finalize()
2271 struct apple_atcphy *atcphy; in atcphy_probe() local