Home
last modified time | relevance | path

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

/bsp/rockchip/rk3568/driver/
A Ddrv_uart.c39 #define UART_LCR_STOP 0x4 /* Stop bits: 0=1 bit, 1=2 bits */ macro
185 dw8250_write32(base, UART_LCR, dw8250_read32(base, UART_LCR) & (~UART_LCR_STOP)); in dw8250_uart_configure()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Duart.h105 #define UART_LCR_STOP (BIT(2)) macro
A Dhal_uart.c219 value &= ~(UART_LCR_STOP); in uart_set_format()
222 value |= UART_LCR_STOP; in uart_set_format()
/bsp/rockchip/rk3500/driver/uart8250/
A Dregs.h99 #define UART_LCR_STOP 0x04 /* Stop bits: 0=1 bit, 1=2 bits */ macro
A Dcore.c238 … serial->serial_out(serial, UART_LCR, serial->serial_in(serial, UART_LCR) & (~UART_LCR_STOP)); in serial8250_uart_configure()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h93 #define UART_LCR_STOP 0x04 /**< Stop bits: 0=1 bit, 1=2 bits */ macro
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c285 #define UART_LCR_STOP (BIT(2)) macro
508 lcr &= ~(UART_LCR_STOP); in uart_set_format()
511 lcr |= UART_LCR_STOP; in uart_set_format()
/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_uart.c101 lcr |= UART_LCR_STOP; in UART_SetLcrReg()
/bsp/k230/drivers/interdrv/uart/
A Ddrv_uart.c61 #define UART_LCR_STOP (BIT(2)) macro
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dair105.h1309 #define UART_LCR_STOP ((uint32_t)0x0004) macro
/bsp/tae32f5300/Libraries/CMSIS/Device/Tai_action/TAE32F53xx/Include/
A Dtae32f53xx.h1894 #define UART_LCR_STOP UART_LCR_STOP_Msk macro

Completed in 79 milliseconds