|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/pci.h>#include <linux/pci_ids.h>#include <linux/edac.h>#include "edac_core.h"Go to the source code of this file.
Data Structures | |
| struct | i82875p_pvt |
| struct | i82875p_dev_info |
| struct | i82875p_error_info |
Macros | |
| #define | I82875P_REVISION " Ver: 2.0.2" |
| #define | EDAC_MOD_STR "i82875p_edac" |
| #define | i82875p_printk(level, fmt, arg...) edac_printk(level, "i82875p", fmt, ##arg) |
| #define | i82875p_mc_printk(mci, level, fmt, arg...) edac_mc_chipset_printk(mci, level, "i82875p", fmt, ##arg) |
| #define | PCI_DEVICE_ID_INTEL_82875_0 0x2578 |
| #define | PCI_DEVICE_ID_INTEL_82875_6 0x257e |
| #define | I82875P_NR_DIMMS 8 |
| #define | I82875P_NR_CSROWS(nr_chans) (I82875P_NR_DIMMS / (nr_chans)) |
| #define | I82875P_EAP |
| #define | I82875P_DERRSYN |
| #define | I82875P_DES |
| #define | I82875P_ERRSTS |
| #define | I82875P_ERRCMD |
| #define | I82875P_PCICMD6 |
| #define | I82875P_BAR6 |
| #define | I82875P_DRB_SHIFT 26 /* 64MiB grain */ |
| #define | I82875P_DRB |
| #define | I82875P_DRA |
| #define | I82875P_DRC |
Enumerations | |
| enum | i82875p_chips { I82875P = 0 } |
Functions | |
| MODULE_DEVICE_TABLE (pci, i82875p_pci_tbl) | |
| module_init (i82875p_init) | |
| module_exit (i82875p_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Linux Networx (http://lnxi.com) Thayne Harbaugh") | |
| MODULE_DESCRIPTION ("MC support for Intel 82875 memory hub controllers") | |
| module_param (edac_op_state, int, 0444) | |
| MODULE_PARM_DESC (edac_op_state,"EDAC Error Reporting state: 0=Poll,1=NMI") | |
| #define EDAC_MOD_STR "i82875p_edac" |
Definition at line 24 of file i82875p_edac.c.
| #define I82875P_BAR6 |
Definition at line 58 of file i82875p_edac.c.
| #define I82875P_DERRSYN |
Definition at line 47 of file i82875p_edac.c.
| #define I82875P_DES |
Definition at line 49 of file i82875p_edac.c.
| #define I82875P_DRA |
Definition at line 65 of file i82875p_edac.c.
| #define I82875P_DRB |
Definition at line 63 of file i82875p_edac.c.
| #define I82875P_DRB_SHIFT 26 /* 64MiB grain */ |
Definition at line 62 of file i82875p_edac.c.
| #define I82875P_DRC |
Definition at line 67 of file i82875p_edac.c.
| #define I82875P_EAP |
Definition at line 45 of file i82875p_edac.c.
| #define I82875P_ERRCMD |
Definition at line 53 of file i82875p_edac.c.
| #define I82875P_ERRSTS |
Definition at line 51 of file i82875p_edac.c.
| #define i82875p_mc_printk | ( | mci, | |
| level, | |||
| fmt, | |||
| arg... | |||
| ) | edac_mc_chipset_printk(mci, level, "i82875p", fmt, ##arg) |
Definition at line 29 of file i82875p_edac.c.
| #define I82875P_NR_CSROWS | ( | nr_chans | ) | (I82875P_NR_DIMMS / (nr_chans)) |
Definition at line 42 of file i82875p_edac.c.
| #define I82875P_NR_DIMMS 8 |
Definition at line 41 of file i82875p_edac.c.
| #define I82875P_PCICMD6 |
Definition at line 56 of file i82875p_edac.c.
| #define i82875p_printk | ( | level, | |
| fmt, | |||
| arg... | |||
| ) | edac_printk(level, "i82875p", fmt, ##arg) |
Definition at line 26 of file i82875p_edac.c.
| #define I82875P_REVISION " Ver: 2.0.2" |
Definition at line 23 of file i82875p_edac.c.
| #define PCI_DEVICE_ID_INTEL_82875_0 0x2578 |
Definition at line 33 of file i82875p_edac.c.
| #define PCI_DEVICE_ID_INTEL_82875_6 0x257e |
Definition at line 37 of file i82875p_edac.c.
| enum i82875p_chips |
Definition at line 69 of file i82875p_edac.c.
| MODULE_AUTHOR | ( | "Linux Networx (http://lnxi.com) Thayne Harbaugh" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| i82875p_pci_tbl | |||
| ) |
| module_exit | ( | i82875p_exit | ) |
| module_init | ( | i82875p_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | edac_op_state | , |
| int | , | ||
| 0444 | |||
| ) |
| MODULE_PARM_DESC | ( | edac_op_state | , |
| "EDAC Error Reporting state: | 0 = Poll |
||
| ) |
1.8.2