Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dpmac_zilog.h372 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) macro
Dip22zilog.c99 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) macro
702 if (!ZS_IS_CHANNEL_A(up)) { in __ip22zilog_reset()
Dpmac_zilog.c805 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc()
808 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc()
861 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
Dsunzilog.c116 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) macro
1342 if (ZS_IS_CHANNEL_A(up)) { in sunzilog_init_hw()