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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/edac/
H A De752x_edac.c551 u32 stat32, error32; local
553 //pci_read_config_dword(dev,E752X_SYSBUS_FERR,&stat32);
554 stat32 = info->sysbus_ferr + (info->sysbus_nerr << 16);
556 if (stat32 == 0)
559 error32 = (stat32 >> 16) & 0x3ff;
560 stat32 = stat32 & 0x3ff;
562 if(stat32 & 0x087)
563 sysbus_error(1, stat32 & 0x087, error_found, handle_error);
565 if(stat32
733 u32 error32, stat32; local
[all...]

Completed in 121 milliseconds