Lines Matching refs:BIT6
416 #define RXINTE BIT6
422 #define IDLE BIT6
435 #define PMP BIT6
436 #define SHRT BIT6
2600 if (timerstatus0 & (BIT7 | BIT6)) in synclinkmp_interrupt()
2604 if (timerstatus1 & (BIT7 | BIT6)) in synclinkmp_interrupt()
4439 RegValue=BIT6; in async_mode()
4448 RegValue=BIT6; in async_mode()
4576 case HDLC_ENCODING_BIPHASE_SPACE: RegValue |= BIT7 + BIT6; break; /* aka FM0 */ in hdlc_mode()
4604 RegValue |= BIT6; in hdlc_mode()
4606 RegValue |= BIT6 + BIT5; in hdlc_mode()
4617 RegValue |= BIT6; in hdlc_mode()
4619 RegValue |= BIT6 + BIT5; in hdlc_mode()
4921 status |= BIT6; in rx_get_frame()
4923 if (status & (BIT6+BIT5+BIT3+BIT2)) { in rx_get_frame()
4927 if (status & BIT6) in rx_get_frame()
5104 write_reg(info, IER2, (unsigned char)((info->port_num & 1) ? BIT6 : BIT4)); in irq_test()