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()
2925 val |= BIT2; in enable_auxclk()
2997 val = read_reg(info, CHA + CCR1) | (BIT2 | BIT1 | BIT0); in loopback_enable()
3068 val |= BIT2; in hdlc_mode()
3091 val |= BIT4 | BIT2; in hdlc_mode()
3151 val |= BIT2 | BIT1; in hdlc_mode()
3493 val |= BIT2; /* Parity enable */ in async_mode()
3602 val |= BIT2; in set_signals()
3604 val &= ~BIT2; in set_signals()