Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c234 if (SSCG == DP_SSCG_ON) { in do_ast_dptest()
238 SSCG = DP_SSCG_ON; in do_ast_dptest()
1236 TX_SSCG_Cfg &= ~DP_SSCG_ON; in Apply_Main_Mesument()
1241 if (TX_SSCG_Cfg & DP_SSCG_ON) { in Apply_Main_Mesument()
1450 case DP_SSCG_ON: in DPPHYTX_Show_Cfg()
H A Ddptest.h114 #define DP_SSCG_ON 0x00000010 macro