Linux Kernel
3.7.1
|
Data Fields | |
struct platform_device * | pdev |
void __iomem * | ide_base |
struct ata_timing | t |
bool | iordy |
unsigned long | udma_in_phys |
unsigned long | udma_out_phys |
struct dma_chan * | dma_rx_channel |
struct ep93xx_dma_data | dma_rx_data |
struct dma_chan * | dma_tx_channel |
struct ep93xx_dma_data | dma_tx_data |
Definition at line 126 of file pata_ep93xx.c.
Definition at line 135 of file pata_ep93xx.c.
struct ep93xx_dma_data dma_rx_data |
Definition at line 136 of file pata_ep93xx.c.
Definition at line 137 of file pata_ep93xx.c.
struct ep93xx_dma_data dma_tx_data |
Definition at line 138 of file pata_ep93xx.c.
Definition at line 128 of file pata_ep93xx.c.
bool iordy |
Definition at line 130 of file pata_ep93xx.c.
struct platform_device* pdev |
Definition at line 127 of file pata_ep93xx.c.
Definition at line 129 of file pata_ep93xx.c.
unsigned long udma_in_phys |
Definition at line 132 of file pata_ep93xx.c.
unsigned long udma_out_phys |
Definition at line 133 of file pata_ep93xx.c.