Home
last modified time | relevance | path

Searched refs:ZS_IS_CONS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/serial/
H A Dsunzilog.c110 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) macro
417 if (ZS_IS_CONS(up)) { in sunzilog_status_handle()
459 if (ZS_IS_CONS(up)) { in sunzilog_transmit_chars()
723 if (ZS_IS_CONS(up)) in sunzilog_stop_rx()
799 if (ZS_IS_CONS(up)) in sunzilog_startup()
809 * The test for ZS_IS_CONS is explained by the following e-mail:
839 if (ZS_IS_CONS(up)) in sunzilog_shutdown()
H A Dpmac_zilog.h361 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) macro