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]);
660 up->curregs[R5] |= set_bits;
661 up->curregs[R5] &= ~clear_bits;
662 write_zsreg(channel, R5, up->curregs[R5]);
769 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits;
770 if (new_reg != up->curregs[R5]) {
771 up->curregs[R5] = new_reg;
774 write_zsreg(channel, R5, up->curregs[R5]);
789 up->curregs[R5] |= TxENAB;
849 up->curregs[R5] &= ~TxENAB;
853 up->curregs[R5] &= ~SND_BRK;
879 up->curregs[R5] &= ~TxN_MASK;
883 up->curregs[R5] |= Tx5;
888 up->curregs[R5] |= Tx6;
893 up->curregs[R5] |= Tx7;
899 up->curregs[R5] |= Tx8;
1348 up->curregs[R5] = TxENAB | Tx8;
1364 up->curregs[R5] = TxENAB | Tx8;