Searched refs:BIT_CLR (Results 1 - 2 of 2) 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.c57 #define BIT_CLR(p,o,m) UR(p,o) = UR(p,o) & (~(unsigned int)m) macro
117 BIT_CLR (port, UART_R_INTEN, TxInt);
303 BIT_CLR (port, UART_R_FCON, BRK); /* Deassert break */
332 BIT_CLR (port, UART_R_FCON, BRK | FEN);
333 BIT_CLR (port, UART_R_CON, UARTEN);
406 BIT_CLR (port, UART_R_CON, UARTEN); /* Disable UART */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c203 #define BIT_CLR 0 macro
706 bits.cl = BIT_CLR; /* CLK low */
762 bits.rs = BIT_CLR;
763 bits.rw = BIT_CLR;
768 bits.e = BIT_CLR;
785 bits.rw = BIT_CLR;
790 bits.e = BIT_CLR;
877 bits.rw = BIT_CLR;
883 bits.e = BIT_CLR;

Completed in 37 milliseconds