Searched defs:DCD_ON (Results 1 - 4 of 4) sorted by relevance

/drivers/net/hamradio/
H A Ddmascc.c151 #define DCD_ON 7 macro
1377 priv->state = DCD_ON;
1440 case DCD_ON:
/drivers/tty/
H A Dmoxa.h288 #define DCD_ON 8 macro
/drivers/tty/serial/
H A Dioc3_serial.c192 #define DCD_ON 0x02 macro
1248 if ((port->ip_flags & DCD_ON)
1261 port->ip_flags &= ~DCD_ON;
1500 port->ip_flags |= DCD_ON;
H A Dioc4_serial.c512 #define DCD_ON 0x02 macro
1891 port->ip_flags |= DCD_ON;
2197 if ((port->ip_flags & DCD_ON)
2211 port->ip_flags &= ~DCD_ON;

Completed in 1055 milliseconds