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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 83 milliseconds