Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/versal/include/
H A Dversal_def.h37 #define RT_CONSOLE_IS(con) (RT_CONSOLE_ID_ ## con == CONSOLE_RUNTIME) macro
94 #if RT_CONSOLE_IS(pl011) || RT_CONSOLE_IS(dtb)
97 #elif RT_CONSOLE_IS(pl011_1)
100 #elif RT_CONSOLE_IS(dcc)
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dversal_net_def.h34 #define RT_CONSOLE_IS(con) (RT_CONSOLE_ID_ ## con == CONSOLE_RUNTIME) macro
169 #if RT_CONSOLE_IS(pl011) || RT_CONSOLE_IS(dtb)
172 #elif RT_CONSOLE_IS(pl011_1)
175 #elif RT_CONSOLE_IS(dcc)
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Ddef.h34 #define RT_CONSOLE_IS(con) (RT_CONSOLE_ID_ ## con == CONSOLE_RUNTIME) macro
183 #if RT_CONSOLE_IS(pl011) || RT_CONSOLE_IS(dtb)
186 #elif RT_CONSOLE_IS(pl011_1)
189 #elif RT_CONSOLE_IS(dcc)
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c34 #if ((CONSOLE_IS(dtb) || RT_CONSOLE_IS(dtb)) && (XLNX_DT_CFG == 1))
79 #if ((CONSOLE_IS(dtb) || RT_CONSOLE_IS(dtb)) && (XLNX_DT_CFG == 1))
258 #if ((CONSOLE_IS(dtb) || RT_CONSOLE_IS(dtb)) && (XLNX_DT_CFG == 1)) in setup_console()
281 #if (RT_CONSOLE_IS(dtb) && (XLNX_DT_CFG == 1)) in setup_console()
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dzynqmp_def.h29 #define RT_CONSOLE_IS(con) (RT_CONSOLE_ID_ ## con == CONSOLE_RUNTIME) macro
173 #if RT_CONSOLE_IS(cadence) || RT_CONSOLE_IS(dtb)
176 #elif RT_CONSOLE_IS(cadence1)
179 #elif RT_CONSOLE_IS(dcc)