Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
A Dphy-ti-pipe3.c177 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member
555 if (phy->mode == PIPE3_MODE_SATA && !phy->dpll_reset_syscon) in ti_pipe3_exit()
583 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit()
585 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit()
728 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl()
730 if (IS_ERR(phy->dpll_reset_syscon)) { in ti_pipe3_get_sysctrl()
733 phy->dpll_reset_syscon = NULL; in ti_pipe3_get_sysctrl()

Completed in 11 milliseconds