Searched refs:I3000_ERRSTS_BITS (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/edac/
H A Di3000_edac.c87 #define I3000_ERRSTS_BITS 0x0b03 /* bits which indicate errors */ macro
205 if (!(info->errsts & I3000_ERRSTS_BITS))
218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
228 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS,
229 I3000_ERRSTS_BITS);
241 if (!(info->errsts & I3000_ERRSTS_BITS))
247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
408 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS,
409 I3000_ERRSTS_BITS);

Completed in 32 milliseconds