Home
last modified time | relevance | path

Searched refs:phy_power_syscon (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/phy/ti/
Dphy-ti-pipe3.c137 struct regmap *phy_power_syscon; /* ctrl. reg. acces */ member
203 if (!phy->phy_power_syscon) { in ti_pipe3_power_off()
210 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_off()
223 if (!phy->phy_power_syscon) { in ti_pipe3_power_on()
239 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on()
469 phy->phy_power_syscon) { in ti_pipe3_get_clk()
518 phy->phy_power_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl()
520 if (IS_ERR(phy->phy_power_syscon)) { in ti_pipe3_get_sysctrl()
523 phy->phy_power_syscon = NULL; in ti_pipe3_get_sysctrl()
533 if (!phy->phy_power_syscon) { in ti_pipe3_get_sysctrl()