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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_lh7a40x.c62 #define UART_R_FCON (0x04) macro
300 BIT_SET (port, UART_R_FCON, BRK); /* Assert break */
302 BIT_CLR (port, UART_R_FCON, BRK); /* Deassert break */
331 BIT_CLR (port, UART_R_FCON, BRK | FEN);
408 UR (port, UART_R_FCON) = fcon; /* Set FIFO and frame ctrl */
556 unsigned int fcon = UR (port, UART_R_FCON);

Completed in 91 milliseconds