Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/phy/ti/
Dphy-ti-pipe3.c174 struct regmap *phy_power_syscon; /* ctrl. reg. acces */ member
324 if (!phy->phy_power_syscon) { in ti_pipe3_power_off()
329 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_off()
345 if (!phy->phy_power_syscon) { in ti_pipe3_power_on()
358 ret = regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on()
372 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on()
377 regmap_update_bits(phy->phy_power_syscon, phy->power_reg, in ti_pipe3_power_on()
628 if (phy->mode != PIPE3_MODE_PCIE || phy->phy_power_syscon) { in ti_pipe3_get_clk()
677 phy->phy_power_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl()
679 if (IS_ERR(phy->phy_power_syscon)) { in ti_pipe3_get_sysctrl()
[all …]