Searched refs:UARTEN (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.c70 #define UARTEN (0x01) /* UART enable */ macro
322 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS);
332 BIT_CLR (port, UART_R_CON, UARTEN);
405 BIT_CLR (port, UART_R_CON, UARTEN); /* Disable UART */
537 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS); /* Enable UART */
555 if (UR (port, UART_R_CON) & UARTEN) {

Completed in 12 milliseconds