Lines Matching refs:R15
232 write_zsreg(channel, R15, (regs[R15] | WR7pEN) & ~FIFOEN); in __load_zsregs()
235 r15 = read_zsreg(channel, R15); in __load_zsregs()
240 write_zsreg(channel, R15, regs[R15] & ~WR7pEN); in __load_zsregs()
244 regs[R15] &= ~FIFOEN; in __load_zsregs()
742 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
743 if (new_reg != up->curregs[R15]) { in sunzilog_enable_ms()
744 up->curregs[R15] = new_reg; in sunzilog_enable_ms()
747 write_zsreg(channel, R15, up->curregs[R15] & ~WR7pEN); in sunzilog_enable_ms()
1249 up->curregs[R15] |= BRKIE; in sunzilog_console_setup()
1291 up->curregs[R15] |= BRKIE; in sunzilog_init_kbdms()
1375 up->curregs[R15] = FIFOEN; /* Use FIFO if on ESCC */ in sunzilog_init_hw()