Linux Kernel
3.7.1
|
#include <au1xxx_ide.h>
Data Fields | |
u32 | tx_dev_id |
u32 | rx_dev_id |
u32 | target_dev_id |
u32 | tx_chan |
u32 | rx_chan |
void * | tx_desc_head |
void * | rx_desc_head |
ide_hwif_t * | hwif |
int | irq |
u32 | regbase |
int | ddma_id |
Definition at line 49 of file au1xxx_ide.h.
int ddma_id |
Definition at line 61 of file au1xxx_ide.h.
ide_hwif_t* hwif |
Definition at line 53 of file au1xxx_ide.h.
int irq |
Definition at line 59 of file au1xxx_ide.h.
u32 regbase |
Definition at line 60 of file au1xxx_ide.h.
u32 rx_chan |
Definition at line 51 of file au1xxx_ide.h.
void * rx_desc_head |
Definition at line 52 of file au1xxx_ide.h.
u32 rx_dev_id |
Definition at line 50 of file au1xxx_ide.h.
u32 target_dev_id |
Definition at line 50 of file au1xxx_ide.h.
u32 tx_chan |
Definition at line 51 of file au1xxx_ide.h.
void* tx_desc_head |
Definition at line 52 of file au1xxx_ide.h.
u32 tx_dev_id |
Definition at line 50 of file au1xxx_ide.h.