Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/versal/include/
H A Dversal_def.h28 #define CONSOLE_IS(con) (VERSAL_CONSOLE_ID_ ## con == VERSAL_CONSOLE) macro
77 #if CONSOLE_IS(pl011) || CONSOLE_IS(dtb)
80 #elif CONSOLE_IS(pl011_1)
83 #elif CONSOLE_IS(dcc)
86 #elif CONSOLE_IS(none)
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dversal_net_def.h25 #define CONSOLE_IS(con) (VERSAL_NET_CONSOLE_ID_ ## con == VERSAL_NET_CONSOLE) macro
152 #if CONSOLE_IS(pl011) || CONSOLE_IS(dtb)
155 #elif CONSOLE_IS(pl011_1)
158 #elif CONSOLE_IS(dcc)
161 #elif CONSOLE_IS(none)
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Ddef.h25 #define CONSOLE_IS(con) (CONSOLE_ID_ ## con == CONSOLE) macro
166 #if CONSOLE_IS(pl011) || CONSOLE_IS(dtb)
169 #elif CONSOLE_IS(pl011_1)
172 #elif CONSOLE_IS(dcc)
175 #elif CONSOLE_IS(none)
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c26 #if !(CONSOLE_IS(none))
34 #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()
261 if (CONSOLE_IS(dtb)) { in setup_console()
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dzynqmp_def.h20 #define CONSOLE_IS(con) (ZYNQMP_CONSOLE_ID_ ## con == ZYNQMP_CONSOLE) macro
156 #if CONSOLE_IS(cadence) || CONSOLE_IS(dtb)
159 #elif CONSOLE_IS(cadence1)
162 #elif CONSOLE_IS(dcc)
165 #elif CONSOLE_IS(none)