Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_uart.c89 lcr |= UART_LCR_PARITY; in UART_SetLcrReg()
93 lcr &= ~UART_LCR_PARITY; in UART_SetLcrReg()
/bsp/rockchip/rk3568/driver/
A Ddrv_uart.c38 #define UART_LCR_PARITY 0x8 /* Parity Enable */ macro
186 dw8250_write32(base, UART_LCR, dw8250_read32(base, UART_LCR) & (~UART_LCR_PARITY)); in dw8250_uart_configure()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Duart.h104 #define UART_LCR_PARITY (BIT(3)) macro
A Dhal_uart.c231 value &= ~(UART_LCR_PARITY); in uart_set_format()
234 value |= UART_LCR_PARITY; in uart_set_format()
237 value |= UART_LCR_PARITY; in uart_set_format()
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c284 #define UART_LCR_PARITY (BIT(3)) macro
520 lcr &= ~(UART_LCR_PARITY); in uart_set_format()
523 lcr |= UART_LCR_PARITY; in uart_set_format()
526 lcr |= UART_LCR_PARITY; in uart_set_format()
/bsp/rockchip/rk3500/driver/uart8250/
A Dregs.h98 #define UART_LCR_PARITY 0x08 /* Parity Enable */ macro
A Dcore.c239 … serial->serial_out(serial, UART_LCR, serial->serial_in(serial, UART_LCR) & (~UART_LCR_PARITY)); in serial8250_uart_configure()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h92 #define UART_LCR_PARITY 0x08 /**< Parity Enable */ macro
/bsp/k230/drivers/interdrv/uart/
A Ddrv_uart.c60 #define UART_LCR_PARITY (BIT(3)) macro

Completed in 24 milliseconds