Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h207 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
/openbmc/linux/drivers/tty/serial/
H A Dzs.h265 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
H A Dip22zilog.h252 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
H A Dsunzilog.h256 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
H A Dpmac_zilog.h337 #define CHARxIP 0x20 /* Channel A Rx IP */ macro
H A Dip22zilog.c439 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in ip22zilog_interrupt()
444 if (r3 & CHARxIP) in ip22zilog_interrupt()
H A Dsunzilog.c539 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in sunzilog_interrupt()
544 if (r3 & CHARxIP) in sunzilog_interrupt()
H A Dpmac_zilog.c429 if (r3 & (CHAEXT | CHATxIP | CHARxIP)) { in pmz_interrupt()
438 if (r3 & CHARxIP) in pmz_interrupt()
H A Dzs.c731 if (zs_intreg & CHARxIP) in zs_interrupt()