Searched refs:dpll_reset_syscon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 176 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member 551 /* If dpll_reset_syscon is not present we wont power down SATA DPLL in ti_pipe3_exit() 554 if (phy->mode == PIPE3_MODE_SATA && !phy->dpll_reset_syscon) in ti_pipe3_exit() 582 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit() 584 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit() 726 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl() 728 if (IS_ERR(phy->dpll_reset_syscon)) { in ti_pipe3_get_sysctrl() 731 phy->dpll_reset_syscon = NULL; in ti_pipe3_get_sysctrl()
|
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-ti-pipe3.c | 176 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member 551 /* If dpll_reset_syscon is not present we wont power down SATA DPLL in ti_pipe3_exit() 554 if (phy->mode == PIPE3_MODE_SATA && !phy->dpll_reset_syscon) in ti_pipe3_exit() 582 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit() 584 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit() 727 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl() 729 if (IS_ERR(phy->dpll_reset_syscon)) { in ti_pipe3_get_sysctrl() 732 phy->dpll_reset_syscon = NULL; in ti_pipe3_get_sysctrl()
|
Completed in 3 milliseconds