Lines Matching refs:BIT5
680 #define CMD_RXFIFO_READ BIT5
908 if (!fifo_count && (read_reg(info,CHA+STAR) & BIT5)) in rx_ready_async()
3036 val = read_reg(info, CHA + CCR2) | (BIT4 | BIT5); in loopback_enable()
3163 val |= BIT5; in hdlc_mode()
3188 val |= BIT5; in hdlc_mode()
3251 val |= BIT5; in hdlc_mode()
3525 val |= BIT5; in async_mode()
3568 val |= BIT5; in async_mode()
3693 else if (!(status & BIT5)) { in rx_get_frame()
3724 if (status & BIT5) in rx_get_frame()
3728 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()