Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_16654.h146 #define EDGEPORT_MSR_DELTA_DSR 0x02 // DSR changed from last read macro
Dio_ti.c1568 …if (msr & (EDGEPORT_MSR_DELTA_CTS | EDGEPORT_MSR_DELTA_DSR | EDGEPORT_MSR_DELTA_RI | EDGEPORT_MSR_… in handle_new_msr()
1574 if (msr & EDGEPORT_MSR_DELTA_DSR) in handle_new_msr()
Dio_edgeport.c2227 …if (newMsr & (EDGEPORT_MSR_DELTA_CTS | EDGEPORT_MSR_DELTA_DSR | EDGEPORT_MSR_DELTA_RI | EDGEPORT_M… in handle_new_msr()
2234 if (newMsr & EDGEPORT_MSR_DELTA_DSR) { in handle_new_msr()