Home
last modified time | relevance | path

Searched refs:HW_SUPPORT_UART_PORTS (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/mt8186/include/
H A Dplat_uart.h15 #ifndef HW_SUPPORT_UART_PORTS
16 #define HW_SUPPORT_UART_PORTS (2U) /* the UART PORTs current HW have */ macro
/rk3399_ARM-atf/plat/mediatek/drivers/uart/
H A Duart.c24 for (uart_idx = UART_PORT0; uart_idx < HW_SUPPORT_UART_PORTS; in mt_uart_restore()
64 for (uart_idx = UART_PORT0; uart_idx < HW_SUPPORT_UART_PORTS; in mt_uart_save()
H A Duart.h13 #define HW_SUPPORT_UART_PORTS 2 macro