Home
last modified time | relevance | path

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

/bsp/rockchip/rk3568/driver/
A Ddrv_uart.c37 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
137 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_write32()
/bsp/rockchip/rk3500/driver/uart8250/
A D8250-dw.c76 if ((value & ~UART_LCR_SPAR) == (lcr & ~UART_LCR_SPAR)) in dw8250_check_lcr()
A Dregs.h96 #define UART_LCR_SPAR 0x20 /* Stick parity (?) */ macro
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h90 #define UART_LCR_SPAR 0x20 /**< Stick parity (?) */ macro

Completed in 17 milliseconds