Home
last modified time | relevance | path

Searched refs:CHBRxIP (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dz8530.h204 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Ddmascc.c1099 } else if (is & CHBRxIP) { in z8530_isr()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dzs.h262 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Dsunzilog.h253 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Dip22zilog.h249 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Dpmac_zilog.h344 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Dip22zilog.c463 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in ip22zilog_interrupt()
468 if (r3 & CHBRxIP) in ip22zilog_interrupt()
H A Dsunzilog.c563 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in sunzilog_interrupt()
568 if (r3 & CHBRxIP) in sunzilog_interrupt()
H A Dpmac_zilog.c479 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in pmz_interrupt()
488 if (r3 & CHBRxIP) in pmz_interrupt()
H A Dzs.c729 if (zs_intreg & CHBRxIP) in zs_interrupt()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dz85230.h227 #define CHBRxIP 0x4 /* Channel B Rx IP */ macro
H A Dz85230.c723 if(!(intr & (CHARxIP|CHATxIP|CHAEXT|CHBRxIP|CHBTxIP|CHBEXT))) in z8530_interrupt()
746 if(intr & (CHBRxIP|CHBTxIP|CHBEXT)) in z8530_interrupt()
748 if(intr&CHBRxIP) in z8530_interrupt()