Searched defs:ep93xx_pata_data (Results 1 – 1 of 1) sorted by relevance
127 struct ep93xx_pata_data { struct128 const struct platform_device *pdev;129 void __iomem *ide_base;130 struct ata_timing t;131 bool iordy;133 unsigned long udma_in_phys;134 unsigned long udma_out_phys;136 struct dma_chan *dma_rx_channel;137 struct ep93xx_dma_data dma_rx_data;138 struct dma_chan *dma_tx_channel;[all …]