Lines Matching refs:BIT1
220 #define desc_crc_error(a) (le16_to_cpu((a).status) & BIT1)
381 #define MASK_PARITY BIT1
1856 status = *(p + 1) & (BIT1 + BIT0); in rx_async()
1858 if (status & BIT1) in rx_async()
1865 if (status & BIT1) in rx_async()
2043 if (status & BIT1) { in dcd_change()
3875 wr_reg32(info, RDCSR, BIT1); in rdma_reset()
3888 wr_reg32(info, TDCSR, BIT1); in tdma_reset()
3952 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
3977 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
4010 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4020 (unsigned short)((rd_reg16(info, TCR) | BIT1) & ~BIT2)); in tx_start()
4063 val = rd_reg16(info, TCR) & ~BIT1; /* clear enable bit */ in tx_stop()
4409 val |= BIT1 + BIT0; in sync_mode()
4519 if (status & BIT1) in get_signals()
4561 val |= BIT1; in msc_set_vcr()
4677 status &= ~BIT1; in rx_get_frame()
4688 } else if (status & BIT1) { in rx_get_frame()
4732 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
4974 (unsigned short)(rd_reg16(info, TCR) | BIT1)); in irq_test()