Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dpl011.c54 #define UART_LCRH_WLEN_8 (3 << 5) macro
179 io_write32(base + UART_LCR_H, UART_LCRH_WLEN_8); in pl011_init()