Lines Matching refs:phy_config
106 u32 phy_config; in sti_vtac_tx_set_config() local
114 phy_config = 0x00000000; in sti_vtac_tx_set_config()
115 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8522); in sti_vtac_tx_set_config()
116 phy_config = VTAC_TX_PHY_ENABLE_CLK_PHY; in sti_vtac_tx_set_config()
117 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
118 phy_config = readl(vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
119 phy_config |= VTAC_TX_PHY_PROG_N3; in sti_vtac_tx_set_config()
120 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
121 phy_config = readl(vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
122 phy_config |= VTAC_TX_PHY_ENABLE_CLK_DLL; in sti_vtac_tx_set_config()
123 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
124 phy_config = readl(vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
125 phy_config |= VTAC_TX_PHY_RST_N_DLL_SWITCH; in sti_vtac_tx_set_config()
126 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
127 phy_config = readl(vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()
128 phy_config |= VTAC_TX_PHY_PLL_NOT_OSC_MODE; in sti_vtac_tx_set_config()
129 writel(phy_config, vtac->phy_regs + VTAC_SYS_CFG8521); in sti_vtac_tx_set_config()