|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/slab.h>#include <asm/io.h>#include <linux/mtd/mtd.h>#include <linux/mtd/map.h>#include <linux/mtd/cfi.h>#include <linux/mtd/flashchip.h>#include <linux/pci.h>#include <linux/pci_ids.h>#include <linux/list.h>Go to the source code of this file.
Data Structures | |
| struct | ichxrom_window |
| struct | ichxrom_map_info |
Macros | |
| #define | xstr(s) str(s) |
| #define | str(s) #s |
| #define | MOD_NAME xstr(KBUILD_BASENAME) |
| #define | ADDRESS_NAME_LEN 18 |
| #define | ROM_PROBE_STEP_SIZE (64*1024) /* 64KiB */ |
| #define | BIOS_CNTL 0x4e |
| #define | FWH_DEC_EN1 0xE3 |
| #define | FWH_DEC_EN2 0xF0 |
| #define | FWH_SEL1 0xE8 |
| #define | FWH_SEL2 0xEE |
Functions | |
| module_init (init_ichxrom) | |
| module_exit (cleanup_ichxrom) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Eric Biederman <[email protected]>") | |
| MODULE_DESCRIPTION ("MTD map driver for BIOS chips on the ICHX southbridge") | |
| MODULE_AUTHOR | ( | "Eric Biederman <[email protected]>" | ) |
| module_exit | ( | cleanup_ichxrom | ) |
| module_init | ( | init_ichxrom | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2