Lines Matching refs:BIT6
416 #define RXINTE BIT6
422 #define IDLE BIT6
435 #define PMP BIT6
436 #define SHRT BIT6
2606 if (timerstatus0 & (BIT7 | BIT6)) in synclinkmp_interrupt()
2610 if (timerstatus1 & (BIT7 | BIT6)) in synclinkmp_interrupt()
4445 RegValue=BIT6; in async_mode()
4454 RegValue=BIT6; in async_mode()
4582 case HDLC_ENCODING_BIPHASE_SPACE: RegValue |= BIT7 + BIT6; break; /* aka FM0 */ in hdlc_mode()
4610 RegValue |= BIT6; in hdlc_mode()
4612 RegValue |= BIT6 + BIT5; in hdlc_mode()
4623 RegValue |= BIT6; in hdlc_mode()
4625 RegValue |= BIT6 + BIT5; in hdlc_mode()
4927 status |= BIT6; in rx_get_frame()
4929 if (status & (BIT6+BIT5+BIT3+BIT2)) { in rx_get_frame()
4933 if (status & BIT6) in rx_get_frame()
5110 write_reg(info, IER2, (unsigned char)((info->port_num & 1) ? BIT6 : BIT4)); in irq_test()