Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/
H A Dti-pipe3-phy.c42 #define SATA_PLL_SOFT_RESET (1<<18) macro
270 writel(val | SATA_PLL_SOFT_RESET, pipe3->pll_reset_reg); in pipe3_exit()
272 writel(val & ~SATA_PLL_SOFT_RESET, pipe3->pll_reset_reg); in pipe3_exit()