Lines Matching refs:R5
211 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
258 write_zsreg(channel, R5, regs[R5]); in __load_zsregs()
665 up->curregs[R5] |= set_bits; in sunzilog_set_mctrl()
666 up->curregs[R5] &= ~clear_bits; in sunzilog_set_mctrl()
667 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_set_mctrl()
775 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl()
776 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl()
777 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
780 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_break_ctl()
795 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
855 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
859 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
885 up->curregs[R5] &= ~TxN_MASK; in sunzilog_convert_to_zs()
889 up->curregs[R5] |= Tx5; in sunzilog_convert_to_zs()
894 up->curregs[R5] |= Tx6; in sunzilog_convert_to_zs()
899 up->curregs[R5] |= Tx7; in sunzilog_convert_to_zs()
905 up->curregs[R5] |= Tx8; in sunzilog_convert_to_zs()
1354 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1370 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()