Searched refs:dec_only (Results 1 – 2 of 2) sorted by relevance
673 static int dec_only; variable675 static int dec_only = 1; variable1020 module_param(dec_only, int, 0);1025 MODULE_PARM_DESC(dec_only, "de4x5 probe only for Digital boards (0-1)");3923 if (dec_only) { in PCI_signature()4074 if ((k != chksum) && (dec_only)) status = -1; in get_hw_addr()4079 if ((k != chksum) && (dec_only)) status = -1; in get_hw_addr()
93 'dec_only=1' parameter.