Home
last modified time | relevance | path

Searched refs:DT_DRIVER_UART (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt_driver.h33 DT_DRIVER_UART, enumerator
/optee_os/core/drivers/
H A Dimx_lpuart.c126 .type = DT_DRIVER_UART,
H A Dserial8250_uart.c164 .type = DT_DRIVER_UART,
H A Dimx_uart.c198 .type = DT_DRIVER_UART,
H A Dffa_console.c149 .type = DT_DRIVER_UART,
H A Dpl011.c246 .type = DT_DRIVER_UART,
/optee_os/core/kernel/
H A Dconsole.c171 if (!dt_drv || dt_drv->type != DT_DRIVER_UART) in configure_console_from_dt()
H A Ddt_driver.c108 case DT_DRIVER_UART: in assert_type_is_valid()