Lines Matching refs:RCR
368 #define RCR 0x86 /* rx control */ macro
2634 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable()
3869 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
3870 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_stop()
3871 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_stop()
3894 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
3895 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_start()
3896 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_start()
3927 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4104 wr_reg16(info, RCR, val); in async_mode()
4292 wr_reg16(info, RCR, val); in sync_mode()
4343 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | val)); in sync_mode()