Searched refs:UART_CTRL_PE (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.h41 #define UART_CTRL_PE 0x00000020 /* Parity enable */ macro
H A Dapbuart.c252 cr &= ~(UART_CTRL_PE | UART_CTRL_PS);
255 cr |= UART_CTRL_PE;
466 if (status & UART_CTRL_PE) {
/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.h41 #define UART_CTRL_PE 0x00000020 /* Parity enable */ macro
H A Dapbuart.c252 cr &= ~(UART_CTRL_PE | UART_CTRL_PS);
255 cr |= UART_CTRL_PE;
466 if (status & UART_CTRL_PE) {

Completed in 108 milliseconds