Home
last modified time | relevance | path

Searched refs:atapi_reg (Results 1 – 2 of 2) sorted by relevance

/drivers/ata/
Dpata_pdc202xx_old.c156 void __iomem *atapi_reg = master + 0x20 + (4 * ap->port_no); in pdc2026x_bmdma_start() local
179 iowrite32(len, atapi_reg); in pdc2026x_bmdma_start()
207 void __iomem *atapi_reg = master + 0x20 + (4 * ap->port_no); in pdc2026x_bmdma_stop() local
211 iowrite32(0, atapi_reg); in pdc2026x_bmdma_stop()
/drivers/ide/
Dpdc202xx_old.c175 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_start() local
184 outl(word_count, atapi_reg); in pdc202xx_dma_start()
194 unsigned long atapi_reg = high_16 + (hwif->channel ? 0x24 : 0x20); in pdc202xx_dma_end() local
197 outl(0, atapi_reg); /* zero out extra */ in pdc202xx_dma_end()