Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dz8530.h45 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
/linux/drivers/tty/serial/
H A Dsunzilog.h69 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
H A Dip22zilog.h77 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
H A Dpmac_zilog.h156 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
H A Dsunzilog.c790 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup()
1344 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
1360 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
H A Dpmac_zilog.c199 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control()