Lines Matching refs:R5
207 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
254 write_zsreg(channel, R5, regs[R5]); in __load_zsregs()
661 up->curregs[R5] |= set_bits; in sunzilog_set_mctrl()
662 up->curregs[R5] &= ~clear_bits; in sunzilog_set_mctrl()
663 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_set_mctrl()
771 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl()
772 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl()
773 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
776 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_break_ctl()
791 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
851 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
855 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
881 up->curregs[R5] &= ~TxN_MASK; in sunzilog_convert_to_zs()
885 up->curregs[R5] |= Tx5; in sunzilog_convert_to_zs()
890 up->curregs[R5] |= Tx6; in sunzilog_convert_to_zs()
895 up->curregs[R5] |= Tx7; in sunzilog_convert_to_zs()
901 up->curregs[R5] |= Tx8; in sunzilog_convert_to_zs()
1350 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1366 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()