Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dpmac_zilog.h363 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) macro
Dpmac_zilog.c769 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc()
772 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc()
825 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
Dip22zilog.c96 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) macro
699 if (!ZS_IS_CHANNEL_A(up)) { in __ip22zilog_reset()
Dsunzilog.c113 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) macro
1339 if (ZS_IS_CHANNEL_A(up)) { in sunzilog_init_hw()