Searched refs:CHRB (Results 1 – 8 of 8) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 112 #define CHRB 0x40 /* Reset channel B */ macro
|
D | dmascc.c | 760 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_open() 882 write_scc(priv, R9, (priv->channel ? CHRB : CHRA) | MIE | NV); in scc_close()
|
/drivers/tty/serial/ |
D | zs.h | 167 #define CHRB 0x40 /* Reset channel B */ macro
|
D | ip22zilog.h | 148 #define CHRB 0x40 /* Reset channel B */ macro
|
D | sunzilog.h | 150 #define CHRB 0x40 /* Reset channel B */ macro
|
D | pmac_zilog.h | 241 #define CHRB 0x40 /* Reset channel B */ macro
|
D | pmac_zilog.c | 800 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc() 803 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc() 856 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
|
/drivers/net/wan/ |
D | z85230.h | 133 #define CHRB 0x40 /* Reset channel B */ macro
|