Searched refs:CHRB (Results 1 – 8 of 8) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 113 #define CHRB 0x40 /* Reset channel B */ macro
|
D | dmascc.c | 750 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_open() 872 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_close()
|
/drivers/tty/serial/ |
D | zs.h | 168 #define CHRB 0x40 /* Reset channel B */ macro
|
D | sunzilog.h | 151 #define CHRB 0x40 /* Reset channel B */ macro
|
D | ip22zilog.h | 149 #define CHRB 0x40 /* Reset channel B */ macro
|
D | pmac_zilog.h | 242 #define CHRB 0x40 /* Reset channel B */ macro
|
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()
|
/drivers/net/wan/ |
D | z85230.h | 134 #define CHRB 0x40 /* Reset channel B */ macro
|