Searched refs:UART_CTRL_PS (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dapbuart.h40 #define UART_CTRL_PS 0x00000010 /* Parity select */ macro
H A Dapbuart.c252 cr &= ~(UART_CTRL_PE | UART_CTRL_PS);
257 cr |= UART_CTRL_PS;
467 if ((status & UART_CTRL_PS) == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dapbuart.h40 #define UART_CTRL_PS 0x00000010 /* Parity select */ macro
H A Dapbuart.c252 cr &= ~(UART_CTRL_PE | UART_CTRL_PS);
257 cr |= UART_CTRL_PS;
467 if ((status & UART_CTRL_PS) == 0)

Completed in 110 milliseconds