Lines Matching refs:data_addr
170 unsigned long data_addr = io_ports->data_addr;
185 __ide_mm_insl((void __iomem *)data_addr, buf, words);
187 insl(data_addr, buf, words);
200 __ide_mm_insw((void __iomem *)data_addr, buf, words);
202 insw(data_addr, buf, words);
214 unsigned long data_addr = io_ports->data_addr;
229 __ide_mm_outsl((void __iomem *)data_addr, buf, words);
231 outsl(data_addr, buf, words);
244 __ide_mm_outsw((void __iomem *)data_addr, buf, words);
246 outsw(data_addr, buf, words);