Lines Matching refs:BIT2
301 #define IRQ_DCD BIT2 // carrier detect status change
308 #define CEC BIT2 // command executing
313 #define PVR_RI BIT2
690 while (read_reg(info, (unsigned char)(channel+STAR)) & BIT2) { in wait_command_complete()
1192 if (gis & (BIT3 | BIT2)) in mgslpc_isr()
1239 if (pis & BIT2) in mgslpc_isr()
2960 val |= BIT2; in enable_auxclk()
3032 val = read_reg(info, CHA + CCR1) | (BIT2 | BIT1 | BIT0); in loopback_enable()
3103 val |= BIT2; in hdlc_mode()
3126 val |= BIT4 | BIT2; in hdlc_mode()
3186 val |= BIT2 | BIT1; in hdlc_mode()
3528 val |= BIT2; /* Parity enable */ in async_mode()
3637 val |= BIT2; in set_signals()
3639 val &= ~BIT2; in set_signals()