Searched refs:BIT_SET (Results 1 - 10 of 10) 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 Dserial_lh7a40x.c58 #define BIT_SET(p,o,m) UR(p,o) = UR(p,o) | ( (unsigned int)m) macro
122 BIT_SET (port, UART_R_INTEN, TxInt);
128 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
133 BIT_SET (port, UART_R_INTEN, ModemInt);
225 BIT_SET (port, UART_R_RAWISR, MSEOI); /* Clear modem status intr */
301 BIT_SET (port, UART_R_FCON, BRK); /* Assert break */
323 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS);
324 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
538 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS); /* Enable UART */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dserial_lh7a40x.c58 #define BIT_SET(p,o,m) UR(p,o) = UR(p,o) | ( (unsigned int)m) macro
122 BIT_SET (port, UART_R_INTEN, TxInt);
128 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
133 BIT_SET (port, UART_R_INTEN, ModemInt);
225 BIT_SET (port, UART_R_RAWISR, MSEOI); /* Clear modem status intr */
301 BIT_SET (port, UART_R_FCON, BRK); /* Assert break */
323 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS);
324 BIT_SET (port, UART_R_INTEN, RxTimeoutInt | RxInt);
538 BIT_SET (port, UART_R_CON, UARTEN | SIRDIS); /* Enable UART */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/igmpproxy/src/
H A Drttable.c277 BIT_SET(newroute->vifBits, ifx);
335 BIT_SET(croute->vifBits, ifx);
338 BIT_SET(croute->ageVifBits, ifx);
H A Digmpproxy.h77 #define BIT_SET(X,n) ((X) |= 1 << (n)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/igmpproxy/src/
H A Drttable.c277 BIT_SET(newroute->vifBits, ifx);
335 BIT_SET(croute->vifBits, ifx);
338 BIT_SET(croute->ageVifBits, ifx);
H A Digmpproxy.h77 #define BIT_SET(X,n) ((X) |= 1 << (n)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/igmpproxy/src/
H A Drttable.c277 BIT_SET(newroute->vifBits, ifx);
335 BIT_SET(croute->vifBits, ifx);
338 BIT_SET(croute->ageVifBits, ifx);
H A Digmpproxy.h77 #define BIT_SET(X,n) ((X) |= 1 << (n)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c204 #define BIT_SET 1 macro
711 bits.cl = BIT_SET; /* CLK high */
761 bits.e = BIT_SET;
783 bits.e = BIT_SET;
784 bits.rs = BIT_SET;
875 bits.e = BIT_SET;
876 bits.rs = BIT_SET;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/panel/
H A Dpanel.c204 #define BIT_SET 1 macro
711 bits.cl = BIT_SET; /* CLK high */
761 bits.e = BIT_SET;
783 bits.e = BIT_SET;
784 bits.rs = BIT_SET;
875 bits.e = BIT_SET;
876 bits.rs = BIT_SET;

Completed in 146 milliseconds