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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dsynclink_cs.c122 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1119 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1156 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1194 if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1209 if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c391 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
2049 if ((info->dsr_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
2067 if ((info->cts_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
2100 if ((info->dcd_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
2136 if ((info->ri_chkcount)++ == IO_PIN_SHUTDOWN_LIMIT) {
H A Dsynclink.c162 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
1321 if ((info->ri_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1330 if ((info->dsr_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1339 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
1357 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT)
H A Dsynclinkmp.c137 #define IO_PIN_SHUTDOWN_LIMIT 100 macro
2517 if ((info->dcd_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) {
2537 if ((info->cts_chkcount)++ >= IO_PIN_SHUTDOWN_LIMIT) {

Completed in 125 milliseconds