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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcore.c88 static unsigned char isapnp_checksum_value; variable
205 isapnp_checksum_value += d;
860 isapnp_checksum_value = 0x00;
862 if (isapnp_checksum_value != 0x00)
863 printk(KERN_ERR "isapnp: checksum for device %i is not valid (0x%x)\n", csn, isapnp_checksum_value);
864 card->checksum = isapnp_checksum_value;

Completed in 38 milliseconds