Searched refs:BIT_CLR (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.c56 #define BIT_CLR(p,o,m) UR(p,o) = UR(p,o) & (~(unsigned int)m) macro
116 BIT_CLR (port, UART_R_INTEN, TxInt);
302 BIT_CLR (port, UART_R_FCON, BRK); /* Deassert break */
331 BIT_CLR (port, UART_R_FCON, BRK | FEN);
332 BIT_CLR (port, UART_R_CON, UARTEN);
405 BIT_CLR (port, UART_R_CON, UARTEN); /* Disable UART */

Completed in 83 milliseconds