Lines Matching refs:RCR
366 #define RCR 0x86 /* rx control */ macro
2633 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable()
3851 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
3852 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_stop()
3853 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_stop()
3876 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
3877 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_start()
3878 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_start()
3909 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4086 wr_reg16(info, RCR, val); in async_mode()
4274 wr_reg16(info, RCR, val); in sync_mode()
4325 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | val)); in sync_mode()