Home
last modified time | relevance | path

Searched refs:AUTOEOM (Results 1 – 3 of 3) sorted by relevance

/drivers/net/hamradio/
Dz8530.h226 #define AUTOEOM 0x02 /* Auto EOM Latch Reset */ macro
Ddmascc.c773 write_scc(priv, R7, AUTOEOM); in scc_open()
800 write_scc(priv, R7, AUTOEOM | TXFIFOE); in scc_open()
802 write_scc(priv, R7, AUTOEOM); in scc_open()
804 write_scc(priv, R7, AUTOEOM | RXFIFOH); in scc_open()
Dscc.c860 wr(scc,R7,AUTOEOM); in init_channel()