Home
last modified time | relevance | path

Searched refs:stop_bits (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.c238 enum uart_pl011_stopbit_t stop_bits) in _uart_pl011_set_format() argument
245 stop_bits &= UART_PL011_UARTLCR_H_STOPBIT_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
651 enum uart_pl011_stopbit_t stop_bits) 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.h526 enum uart_pl011_stopbit_t stop_bits);
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/
Duart_pl011_drv.c238 enum uart_pl011_stopbit_t stop_bits) in _uart_pl011_set_format() argument
245 stop_bits &= UART_PL011_UARTLCR_H_STOPBIT_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
651 enum uart_pl011_stopbit_t stop_bits) 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.h526 enum uart_pl011_stopbit_t stop_bits);
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Duart_pl011_drv.c238 enum uart_pl011_stopbit_t stop_bits) in _uart_pl011_set_format() argument
245 stop_bits &= UART_PL011_UARTLCR_H_STOPBIT_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
651 enum uart_pl011_stopbit_t stop_bits) 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.h526 enum uart_pl011_stopbit_t stop_bits);
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/Native_Driver/
Duart_pl011_drv.c238 enum uart_pl011_stopbit_t stop_bits) in _uart_pl011_set_format() argument
245 stop_bits &= UART_PL011_UARTLCR_H_STOPBIT_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
651 enum uart_pl011_stopbit_t stop_bits) 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.h526 enum uart_pl011_stopbit_t stop_bits);