Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mshim_mem_info |
struct | mshim_mem_error |
Macros | |
#define | TILE_MAX_MSHIMS 4 |
#define | MSHIM_MEM_INFO_OFF 0x100 |
#define | MSHIM_MEM_ERROR_OFF 0x200 |
Interface definitions for the Linux EDAC memory controller driver.
Definition in file drv_mshim_intf.h.
#define MSHIM_MEM_ERROR_OFF 0x200 |
Read this offset to check DIMM error.
Definition at line 48 of file drv_mshim_intf.h.
#define MSHIM_MEM_INFO_OFF 0x100 |
Read this offset to get the memory info per mshim.
Definition at line 45 of file drv_mshim_intf.h.
#define TILE_MAX_MSHIMS 4 |
Number of memory controllers in the public API.
Definition at line 24 of file drv_mshim_intf.h.