Lines Matching refs:BIT5
680 #define CMD_RXFIFO_READ BIT5
908 if (!fifo_count && (read_reg(info,CHA+STAR) & BIT5)) in rx_ready_async()
3027 val = read_reg(info, CHA + CCR2) | (BIT4 | BIT5); in loopback_enable()
3154 val |= BIT5; in hdlc_mode()
3179 val |= BIT5; in hdlc_mode()
3242 val |= BIT5; in hdlc_mode()
3516 val |= BIT5; in async_mode()
3559 val |= BIT5; in async_mode()
3684 else if (!(status & BIT5)) { in rx_get_frame()
3715 if (status & BIT5) in rx_get_frame()
3719 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()