Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hamradio/
Dz8530.h45 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dscc.c879 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */ in init_channel()
/Linux-v6.1/drivers/tty/serial/
Dsunzilog.h69 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dip22zilog.h77 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dpmac_zilog.h156 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dsunzilog.c793 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup()
1347 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
1363 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
Dip22zilog.c728 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __ip22zilog_startup()
1140 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in ip22zilog_prepare()
Dpmac_zilog.c199 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control()