Searched refs:X38_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 Dx38_edac.c64 #define X38_ERRSTS_BITS (X38_ERRSTS_UE | X38_ERRSTS_CE) macro
160 pci_write_bits16(pdev, X38_ERRSTS, X38_ERRSTS_BITS,
161 X38_ERRSTS_BITS);
183 if (!(info->errsts & X38_ERRSTS_BITS))
198 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
214 if (!(info->errsts & X38_ERRSTS_BITS))
217 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {

Completed in 172 milliseconds