Searched refs:CHRA (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/hamradio/ |
D | z8530.h | 113 #define CHRA 0x80 /* Reset channel A */ 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()
|
/linux-2.6.39/drivers/tty/serial/ |
D | zs.h | 168 #define CHRA 0x80 /* Reset channel A */ macro
|
D | ip22zilog.h | 149 #define CHRA 0x80 /* Reset channel A */ macro
|
D | sunzilog.h | 151 #define CHRA 0x80 /* Reset channel A */ macro
|
D | pmac_zilog.h | 253 #define CHRA 0x80 /* Reset channel A */ macro
|
D | pmac_zilog.c | 833 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in pmz_fix_zero_bug_scc() 836 write_zsreg(uap, 9, (ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB) | NV); in pmz_fix_zero_bug_scc() 889 write_zsreg(uap, 9, ZS_IS_CHANNEL_A(uap) ? CHRA : CHRB); in __pmz_startup()
|
/linux-2.6.39/drivers/net/wan/ |
D | z85230.h | 134 #define CHRA 0x80 /* Reset channel A */ macro
|