Home
last modified time | relevance | path

Searched refs:IP_DCD (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsxwindow.h321 #define IP_DCD 0x04 /* DCD modem input signal */ macro
Dsx.c802 ((i_stat & IP_DCD)?TIOCM_CAR:0) | in sx_getsignals()
1382 return ((sx_read_channel_byte (port, hi_ip) & IP_DCD) != 0); in sx_get_CD()