Searched refs:I3200_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 Di3200_edac.c63 #define I3200_ERRSTS_BITS (I3200_ERRSTS_UE | I3200_ERRSTS_CE) macro
165 pci_write_bits16(pdev, I3200_ERRSTS, I3200_ERRSTS_BITS,
166 I3200_ERRSTS_BITS);
184 if (!(info->errsts & I3200_ERRSTS_BITS))
199 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
214 if (!(info->errsts & I3200_ERRSTS_BITS))
217 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {

Completed in 56 milliseconds