Home
last modified time | relevance | path

Searched refs:CHBTxIP (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/net/hamradio/
Dz8530.h203 #define CHBTxIP 0x2 /* Channel B Tx IP */ macro
/Linux-v6.6/drivers/tty/serial/
Dzs.h261 #define CHBTxIP 0x2 /* Channel B Tx IP */ macro
Dip22zilog.h248 #define CHBTxIP 0x2 /* Channel B Tx IP */ macro
Dsunzilog.h252 #define CHBTxIP 0x2 /* Channel B Tx IP */ macro
Dpmac_zilog.h333 #define CHBTxIP 0x2 /* Channel B Tx IP */ macro
Dip22zilog.c462 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in ip22zilog_interrupt()
471 if (r3 & CHBTxIP) in ip22zilog_interrupt()
Dpmac_zilog.c468 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in pmz_interrupt()
479 if (r3 & CHBTxIP) in pmz_interrupt()
Dsunzilog.c562 if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) { in sunzilog_interrupt()
571 if (r3 & CHBTxIP) in sunzilog_interrupt()
Dzs.c737 if (zs_intreg & CHBTxIP) in zs_interrupt()