Home
last modified time | relevance | path

Searched refs:RxENAB (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dip22zilog.h88 #define RxENAB 0x1 /* Rx Enable */ macro
Dsunzilog.h80 #define RxENAB 0x1 /* Rx Enable */ macro
Dip22zilog.c190 write_zsreg(channel, R3, regs[R3] & ~RxENAB); in __load_zsregs()
728 up->curregs[R3] |= RxENAB; in __ip22zilog_startup()
788 up->curregs[R3] &= ~RxENAB; in ip22zilog_shutdown()
1142 up->curregs[R3] = RxENAB | Rx8; in ip22zilog_prepare()
Dsunzilog.c209 write_zsreg(channel, R3, regs[R3] & ~RxENAB); in __load_zsregs()
793 up->curregs[R3] |= RxENAB; in __sunzilog_startup()
853 up->curregs[R3] &= ~RxENAB; in sunzilog_shutdown()
1352 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()
1368 up->curregs[R3] = RxENAB | Rx8; in sunzilog_init_hw()