Searched refs:isapnpjump (Results 1 – 2 of 2) sorted by relevance
177 static int isapnpjump; variable2824 module_param(isapnpjump, int, 0);2827 MODULE_PARM_DESC(isapnpjump, "Jumps to a specific slot in the driver's PnP table. Use the source, L…2955 if( isapnpjump < 0 || isapnpjump > i) { in ad1848_isapnp_probe()2956 isapnpjump = reverse ? i : 0; in ad1848_isapnp_probe()2957 printk(KERN_ERR "ad1848: Valid range for isapnpjump is 0-%d. Adjusted to %d.\n", i, isapnpjump); in ad1848_isapnp_probe()2961 i = isapnpjump; in ad1848_isapnp_probe()2972 isapnpjump = i; /* start next search from here */ in ad1848_isapnp_probe()
32 isapnpjump=n Jumps to slot n in the driver's PnP table. Use the source,