Searched refs:NRZ (Results 1 – 12 of 12) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 122 #define NRZ 0 /* NRZ mode */ macro
|
D | dmascc.c | 810 write_scc(priv, R10, CRCPS | (priv->param.nrzi ? NRZI : NRZ)); in scc_open()
|
D | scc.c | 806 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
|
/drivers/tty/serial/ |
D | zs.h | 177 #define NRZ 0 /* NRZ mode */ macro
|
D | ip22zilog.h | 158 #define NRZ 0 /* NRZ mode */ macro
|
D | sunzilog.h | 160 #define NRZ 0 /* NRZ mode */ macro
|
D | pmac_zilog.h | 251 #define NRZ 0 /* NRZ mode */ macro
|
D | ip22zilog.c | 800 up->curregs[R10] = NRZ; in ip22zilog_convert_to_zs() 1137 up->curregs[R10] = NRZ; in ip22zilog_prepare()
|
D | sunzilog.c | 865 up->curregs[R10] = NRZ; in sunzilog_convert_to_zs() 1367 up->curregs[R10] = NRZ; in sunzilog_init_hw()
|
D | zs.c | 120 NRZ, /* write 10 */
|
/drivers/net/wan/ |
D | z85230.h | 143 #define NRZ 0 /* NRZ mode */ macro
|
D | z85230.c | 226 10, ABUNDER|NRZ|CRCPS,/*MARKIDLE ??*/ 251 10, ABUNDER|NRZ|CRCPS, /* MARKIDLE?? */
|