Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Native_Driver/
Duart_pl011_drv.c236 enum uart_pl011_wlen_t word_len, in _uart_pl011_set_format() argument
243 word_len &= UART_PL011_UARTLCR_H_WLEN_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
649 enum uart_pl011_wlen_t word_len, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h524 enum uart_pl011_wlen_t word_len,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/
Duart_pl011_drv.c236 enum uart_pl011_wlen_t word_len, in _uart_pl011_set_format() argument
243 word_len &= UART_PL011_UARTLCR_H_WLEN_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
649 enum uart_pl011_wlen_t word_len, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h524 enum uart_pl011_wlen_t word_len,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Duart_pl011_drv.c236 enum uart_pl011_wlen_t word_len, in _uart_pl011_set_format() argument
243 word_len &= UART_PL011_UARTLCR_H_WLEN_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
649 enum uart_pl011_wlen_t word_len, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h524 enum uart_pl011_wlen_t word_len,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/Native_Driver/
Duart_pl011_drv.c236 enum uart_pl011_wlen_t word_len, in _uart_pl011_set_format() argument
243 word_len &= UART_PL011_UARTLCR_H_WLEN_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
649 enum uart_pl011_wlen_t word_len, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h524 enum uart_pl011_wlen_t word_len,