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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c76 #define BIT_SET(nr, addr) do { ((__u32 *)(addr))[(nr) >> 5] |= (1U << ((nr) & 31)); } while(0) macro
89 BIT_SET((type), filterp)

Completed in 172 milliseconds