Searched refs:ZS_IS_CHANNEL_A (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | pmac_zilog.h | 373 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) macro
|
H A D | ip22zilog.c | 96 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) macro 699 if (!ZS_IS_CHANNEL_A(up)) { in __ip22zilog_reset()
|
H A D | pmac_zilog.c | 787 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc() 790 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc() 843 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
|
H A D | sunzilog.c | 113 #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()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | pmac_zilog.h | 363 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) macro
|
H A D | ip22zilog.c | 96 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) macro 697 if (!ZS_IS_CHANNEL_A(up)) { in __ip22zilog_reset()
|
H A D | pmac_zilog.c | 767 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc() 770 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc() 823 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
|
H A D | sunzilog.c | 113 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) macro 1337 if (ZS_IS_CHANNEL_A(up)) { in sunzilog_init_hw()
|
Completed in 13 milliseconds