Searched refs:BRSRC (Results 1 – 11 of 11) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 151 #define BRSRC 2 /* Baud rate generator source */ macro
|
D | dmascc.c | 814 write_scc(priv, R14, SSBR | DTRREQ | BRSRC | BRENABL); in scc_open() 816 write_scc(priv, R14, SEARCH | DTRREQ | BRSRC | BRENABL); in scc_open() 819 write_scc(priv, R14, DTRREQ | BRSRC); in scc_open()
|
D | scc.c | 744 wr(scc, R14, BRSRC); /* BRG source = PCLK */ in init_brg()
|
/drivers/tty/serial/ |
D | zs.h | 206 #define BRSRC 2 /* Baud rate generator source */ macro
|
D | sunzilog.h | 189 #define BRSRC 2 /* Baud rate generator source */ macro
|
D | ip22zilog.h | 187 #define BRSRC 2 /* Baud rate generator source */ macro
|
D | pmac_zilog.h | 280 #define BRSRC 2 /* Baud rate generator source */ macro
|
D | sunzilog.c | 877 up->curregs[R14] = BRSRC | BRENAB; in sunzilog_convert_to_zs() 1376 up->curregs[R14] = BRSRC | BRENAB; in sunzilog_init_hw()
|
D | pmac_zilog.c | 800 write_zsreg(uap, 14, (LOOPBAK | BRSRC)); in pmz_fix_zero_bug_scc() 801 write_zsreg(uap, 14, (LOOPBAK | BRSRC | BRENAB)); in pmz_fix_zero_bug_scc()
|
D | zs.c | 120 BRSRC | BRENABL, /* write 14 */
|
/drivers/net/wan/ |
D | z85230.h | 172 #define BRSRC 2 /* Baud rate generator source */ macro
|