Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c558 value = ((readl(DP_TX_PHY_CFG) & ~(0x33000000)) | Deemlevel[DE_Level]); in Adjust_CR_EQ_Train()
559 writel(value, DP_TX_PHY_CFG); in Adjust_CR_EQ_Train()
657 value = ((readl(DP_TX_PHY_CFG) & ~(0x3000)) | 0x3000); in Link_Train_Flow()
659 writel(value, DP_TX_PHY_CFG); in Link_Train_Flow()
1210 writel(PHY_Cfg_N, DP_TX_PHY_CFG); in Apply_Main_Mesument()
1212 writel(PHY_Cfg, DP_TX_PHY_CFG); in Apply_Main_Mesument()
1214 writel(PHY_Cfg_1, DP_TX_PHY_CFG); in Apply_Main_Mesument()
1221 writel(PHY_Cfg_1, DP_TX_PHY_CFG); in Apply_Main_Mesument()
H A Ddptest.h40 #define DP_TX_PHY_CFG 0x1e6eb108 macro