Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/ti/
Dphy-ti-pipe3.c139 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member
394 !phy->dpll_reset_syscon) in ti_pipe3_exit()
422 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit()
424 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, in ti_pipe3_exit()
568 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, in ti_pipe3_get_sysctrl()
570 if (IS_ERR(phy->dpll_reset_syscon)) { in ti_pipe3_get_sysctrl()
573 phy->dpll_reset_syscon = NULL; in ti_pipe3_get_sysctrl()