Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/xilinx/versal/include/
Dversal_def.h26 #define CONSOLE_IS(con) (VERSAL_CONSOLE_ID_ ## con == VERSAL_CONSOLE) macro
67 #if CONSOLE_IS(pl011) || CONSOLE_IS(dcc)
69 #elif CONSOLE_IS(pl011_1)
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_console.c196 (info->baud_rate == UART_BAUDRATE) && !CONSOLE_IS(dcc)) { in check_fdt_uart_info()
211 if (CONSOLE_IS(dcc)) { in console_boot_end()
301 if (CONSOLE_IS(cadence) || (CONSOLE_IS(cadence1))) { in setup_console()
314 if (CONSOLE_IS(pl011) || (CONSOLE_IS(pl011_1))) { in setup_console()
328 if (CONSOLE_IS(dcc)) { in setup_console()
/trusted-firmware-a-latest/plat/xilinx/zynqmp/include/
Dzynqmp_def.h18 #define CONSOLE_IS(con) (ZYNQMP_CONSOLE_ID_ ## con == ZYNQMP_CONSOLE) macro
147 #if CONSOLE_IS(cadence) || CONSOLE_IS(dcc)
149 #elif CONSOLE_IS(cadence1)
/trusted-firmware-a-latest/plat/xilinx/versal_net/include/
Dversal_net_def.h23 #define CONSOLE_IS(con) (VERSAL_NET_CONSOLE_ID_ ## con == VERSAL_NET_CONSOLE) macro
141 #if CONSOLE_IS(pl011_1)