Home
last modified time | relevance | path

Searched refs:RxINT_MASK (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dzs.h98 #define RxINT_MASK 0x18 macro
Dip22zilog.h78 #define RxINT_MASK 0x18 macro
Dsunzilog.h70 #define RxINT_MASK 0x18 macro
Dpmac_zilog.h167 #define RxINT_MASK 0x18 macro
Dip22zilog.c181 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs()
635 up->curregs[R1] &= ~RxINT_MASK; in ip22zilog_stop_rx()
792 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in ip22zilog_shutdown()
Dsunzilog.c200 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs()
735 up->curregs[R1] &= ~RxINT_MASK; in sunzilog_stop_rx()
857 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in sunzilog_shutdown()
Dpmac_zilog.c149 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in pmz_load_zsregs()
227 uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in pmz_interrupt_control()
683 uap->curregs[R1] &= ~RxINT_MASK; in pmz_stop_rx()
Dzs.c462 zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB); in zs_stop_rx()
788 zport->regs[1] &= ~RxINT_MASK; in zs_startup()