Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hamradio/
Dz8530.h207 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
/Linux-v6.1/drivers/tty/serial/
Dzs.h265 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
Dsunzilog.h256 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
Dip22zilog.h252 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
Dpmac_zilog.h337 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
Dip22zilog.c440 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in ip22zilog_interrupt()
445 if (r3 & CHARxIP) in ip22zilog_interrupt()
Dpmac_zilog.c444 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in pmz_interrupt()
453 if (r3 & CHARxIP) in pmz_interrupt()
Dsunzilog.c540 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in sunzilog_interrupt()
545 if (r3 & CHARxIP) in sunzilog_interrupt()
Dzs.c731 if (zs_intreg & CHARxIP) in zs_interrupt()