Searched refs:NPPI_NOTIFY_CTSHOLD (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmxser_new.h49 #define NPPI_NOTIFY_CTSHOLD 0x01 /* Tx hold by CTS low */ macro
H A Dmxser.h58 #define NPPI_NOTIFY_CTSHOLD 0x01 // Tx hold by CTS low macro
H A Dmxser.c1443 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD;
1445 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD;
H A Dmxser_new.c1860 info->mon_data.hold_reason |= NPPI_NOTIFY_CTSHOLD;
1862 info->mon_data.hold_reason &= ~NPPI_NOTIFY_CTSHOLD;

Completed in 54 milliseconds