Home
last modified time | relevance | path

Searched refs:ABUNDER (Results 1 – 8 of 8) sorted by relevance

/drivers/net/hamradio/
Dz8530.h120 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro
Dscc.c402 or(scc,R10,ABUNDER); /* re-install underrun protection */ in scc_txint()
416 cl(scc, R10, ABUNDER); /* send CRC */ in scc_txint()
506 or(scc,R10,ABUNDER); in scc_exint()
807 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
/drivers/tty/serial/
Dzs.h175 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro
Dip22zilog.h156 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro
Dsunzilog.h158 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro
Dpmac_zilog.h249 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro
/drivers/net/wan/
Dz85230.c223 10, ABUNDER|NRZ|CRCPS,/*MARKIDLE ??*/
248 10, ABUNDER|NRZ|CRCPS, /* MARKIDLE?? */
422 write_zsreg(c, R10, c->regs[10]&~ABUNDER); in z8530_tx()
1482 write_zsreg(c, R10, c->regs[10]&~ABUNDER); in z8530_tx_begin()
Dz85230.h141 #define ABUNDER 4 /* Abort/flag on SDLC xmit underrun */ macro