Lines Matching refs:BIT1
221 #define desc_crc_error(a) (le16_to_cpu((a).status) & BIT1)
382 #define MASK_PARITY BIT1
1876 status = *(p + 1) & (BIT1 + BIT0); in rx_async()
1878 if (status & BIT1) in rx_async()
1885 if (status & BIT1) in rx_async()
2063 if (status & BIT1) { in dcd_change()
3902 wr_reg32(info, RDCSR, BIT1); in rdma_reset()
3915 wr_reg32(info, TDCSR, BIT1); in tdma_reset()
3979 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
4004 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
4037 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4047 (unsigned short)((rd_reg16(info, TCR) | BIT1) & ~BIT2)); in tx_start()
4090 val = rd_reg16(info, TCR) & ~BIT1; /* clear enable bit */ in tx_stop()
4436 val |= BIT1 + BIT0; in sync_mode()
4546 if (status & BIT1) in get_signals()
4588 val |= BIT1; in msc_set_vcr()
4704 status &= ~BIT1; in rx_get_frame()
4715 } else if (status & BIT1) { in rx_get_frame()
4759 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
5001 (unsigned short)(rd_reg16(info, TCR) | BIT1)); in irq_test()