Lines Matching refs:BIT5
680 #define CMD_RXFIFO_READ BIT5
908 if (!fifo_count && (read_reg(info,CHA+STAR) & BIT5)) in rx_ready_async()
3002 val = read_reg(info, CHA + CCR2) | (BIT4 | BIT5); in loopback_enable()
3129 val |= BIT5; in hdlc_mode()
3154 val |= BIT5; in hdlc_mode()
3217 val |= BIT5; in hdlc_mode()
3491 val |= BIT5; in async_mode()
3534 val |= BIT5; in async_mode()
3659 else if (!(status & BIT5)) { in rx_get_frame()
3690 if (status & BIT5) in rx_get_frame()
3694 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()