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

/linux-4.4.14/drivers/phy/
H A Dphy-ti-pipe3.c89 struct regmap *dpll_reset_syscon; /* ctrl. reg. acces */ member in struct:ti_pipe3
259 /* If dpll_reset_syscon is not present we wont power down SATA DPLL ti_pipe3_exit()
263 !phy->dpll_reset_syscon) ti_pipe3_exit()
291 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, ti_pipe3_exit()
293 regmap_update_bits(phy->dpll_reset_syscon, phy->dpll_reset_reg, ti_pipe3_exit()
371 phy->dpll_reset_syscon = syscon_regmap_lookup_by_phandle(node, ti_pipe3_probe()
373 if (IS_ERR(phy->dpll_reset_syscon)) { ti_pipe3_probe()
376 phy->dpll_reset_syscon = NULL; ti_pipe3_probe()

Completed in 63 milliseconds