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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c138 'dec_only=1' parameter.
673 static int dec_only; variable
675 static int dec_only = 1; variable
1021 module_param(dec_only, int, 0);
1026 MODULE_PARM_DESC(dec_only, "de4x5 probe only for Digital boards (0-1)");
3930 if (dec_only) {
4081 if ((k != chksum) && (dec_only)) status = -1;
4086 if ((k != chksum) && (dec_only)) status = -1;

Completed in 55 milliseconds