Lines Matching refs:R5
210 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
257 write_zsreg(channel, R5, regs[R5]); in __load_zsregs()
664 up->curregs[R5] |= set_bits; in sunzilog_set_mctrl()
665 up->curregs[R5] &= ~clear_bits; in sunzilog_set_mctrl()
666 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_set_mctrl()
774 new_reg = (up->curregs[R5] | set_bits) & ~clear_bits; in sunzilog_break_ctl()
775 if (new_reg != up->curregs[R5]) { in sunzilog_break_ctl()
776 up->curregs[R5] = new_reg; in sunzilog_break_ctl()
779 write_zsreg(channel, R5, up->curregs[R5]); in sunzilog_break_ctl()
794 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
854 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
858 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
884 up->curregs[R5] &= ~TxN_MASK; in sunzilog_convert_to_zs()
888 up->curregs[R5] |= Tx5; in sunzilog_convert_to_zs()
893 up->curregs[R5] |= Tx6; in sunzilog_convert_to_zs()
898 up->curregs[R5] |= Tx7; in sunzilog_convert_to_zs()
904 up->curregs[R5] |= Tx8; in sunzilog_convert_to_zs()
1353 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1369 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()