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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_lh7a40x.c57 #define BIT_SET(p,o,m) UR(p,o) = UR(p,o) | ( (unsigned int)m) macro
121 BIT_SET (port, UART_R_INTEN, TxInt);
127 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
132 BIT_SET (port, UART_R_INTEN, ModemInt);
224 BIT_SET (port, UART_R_RAWISR, MSEOI); /* Clear modem status intr */
300 BIT_SET (port, UART_R_FCON, BRK); /* Assert break */
322 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS);
323 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
537 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS); /* Enable UART */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dgigtypes.h99 #define BIT_SET(y, mask) \ macro

Completed in 109 milliseconds