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