#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ide.h>
Go to the source code of this file.
#define DECLARE_AMD_DEV |
( |
|
swdma, |
|
|
|
udma |
|
) |
| |
Value:{ \
.init_chipset = init_chipset_amd74xx, \
.enablebits = {{0x40,0x02,0x02}, {0x40,0x01,0x01}}, \
.port_ops = &amd_port_ops, \
.swdma_mask = swdma, \
.udma_mask = udma, \
}
Definition at line 200 of file amd74xx.c.
#define DECLARE_NV_DEV |
( |
|
udma | ) |
|
Value:{ \
.init_chipset = init_chipset_amd74xx, \
.enablebits = {{0x50,0x02,0x02}, {0x50,0x01,0x01}}, \
.port_ops = &amd_port_ops, \
.udma_mask = udma, \
}
Definition at line 213 of file amd74xx.c.
#define DRV_NAME "amd74xx" |
Value:
IDE_HFLAG_POST_SET_MODE | \
IDE_HFLAG_IO_32BIT | \
IDE_HFLAG_UNMASK_IRQS)
Definition at line 194 of file amd74xx.c.
- Enumerator:
AMD_IDE_CONFIG |
|
AMD_CABLE_DETECT |
|
AMD_DRIVE_TIMING |
|
AMD_8BIT_TIMING |
|
AMD_ADDRESS_SETUP |
|
AMD_UDMA_TIMING |
|
Definition at line 26 of file amd74xx.c.
MODULE_AUTHOR |
( |
"Vojtech |
Pavlik, |
|
|
Bartlomiej Zolnierkiewicz" |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
amd74xx_pci_tbl |
|
|
) |
| |
module_exit |
( |
amd74xx_ide_exit |
| ) |
|
module_init |
( |
amd74xx_ide_init |
| ) |
|