Home
last modified time | relevance | path

Searched refs:ZS_TX_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dpmac_zilog.h366 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) macro
H A Dip22zilog.c99 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) macro
237 if (ZS_TX_ACTIVE(up)) { in ip22zilog_maybe_update_regs()
H A Dsunzilog.c116 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) macro
272 if (ZS_TX_ACTIVE(up)) { in sunzilog_maybe_update_regs()
H A Dpmac_zilog.c187 if (ZS_TX_ACTIVE(uap)) { in pmz_maybe_update_regs()