Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/ti/
H A Dphy-ti-pipe3.c176 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member
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()