Lines Matching refs:R5
207 write_zsreg(channel, R5, regs[R5] & ~TxENAB);
252 /* Rewrite R3/R5, this time without enables masked. */
254 write_zsreg(channel, R5, regs[R5]);
661 up->curregs[R5] |= set_bits;
662 up->curregs[R5] &= ~clear_bits;
663 write_zsreg(channel, R5, up->curregs[R5]);
771 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits;
772 if (new_reg != up->curregs[R5]) {
773 up->curregs[R5] = new_reg;
776 write_zsreg(channel, R5, up->curregs[R5]);
791 up->curregs[R5] |= TxENAB;
851 up->curregs[R5] &= ~TxENAB;
855 up->curregs[R5] &= ~SND_BRK;
881 up->curregs[R5] &= ~TxN_MASK;
885 up->curregs[R5] |= Tx5;
890 up->curregs[R5] |= Tx6;
895 up->curregs[R5] |= Tx7;
901 up->curregs[R5] |= Tx8;
1350 up->curregs[R5] = TxENAB | Tx8;
1366 up->curregs[R5] = TxENAB | Tx8;