Lines Matching refs:RCR
371 #define RCR 0x86 /* rx control */ macro
2650 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable()
3891 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_stop()
3892 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_stop()
3893 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_stop()
3916 val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */ in rx_start()
3917 wr_reg16(info, RCR, (unsigned short)(val | BIT2)); /* set reset bit */ in rx_start()
3918 wr_reg16(info, RCR, val); /* clear reset bit */ in rx_start()
3949 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1)); in rx_start()
4126 wr_reg16(info, RCR, val); in async_mode()
4314 wr_reg16(info, RCR, val); in sync_mode()
4365 wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | val)); in sync_mode()