Lines Matching refs:RCR
397 #define RCR 0x86 /* rx control */ macro
2706 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable()
3943 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
3944 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_stop()
3945 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_stop()
3968 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
3969 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_start()
3970 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_start()
4001 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4178 wr_reg16(info, RCR, val); in async_mode()
4366 wr_reg16(info, RCR, val); in sync_mode()
4417 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | val)); in sync_mode()