Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dpmac_zilog.h363 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) macro
H A Dpmac_zilog.c753 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc()
756 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc()
809 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
H A Dsunzilog.c113 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) macro
1336 if (ZS_IS_CHANNEL_A(up)) { in sunzilog_init_hw()