Searched refs:bmdma (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/ata/ |
| H A D | pata_hpt3x2n.c | 273 void __iomem *bmdma = ap->ioaddr.bmdma_addr - ap->port_no * 8; in hpt3x2n_set_clock() local 276 iowrite8(0x80, bmdma+0x73); in hpt3x2n_set_clock() 277 iowrite8(0x80, bmdma+0x77); in hpt3x2n_set_clock() 280 iowrite8(source, bmdma+0x7B); in hpt3x2n_set_clock() 281 iowrite8(0xC0, bmdma+0x79); in hpt3x2n_set_clock() 284 iowrite8(ioread8(bmdma+0x70) | 0x32, bmdma+0x70); in hpt3x2n_set_clock() 285 iowrite8(ioread8(bmdma+0x74) | 0x32, bmdma+0x74); in hpt3x2n_set_clock() 288 iowrite8(0x00, bmdma+0x79); in hpt3x2n_set_clock() 291 iowrite8(0x00, bmdma+0x73); in hpt3x2n_set_clock() 292 iowrite8(0x00, bmdma+0x77); in hpt3x2n_set_clock()
|
| H A D | pata_hpt37x.c | 481 void __iomem *bmdma = ap->ioaddr.bmdma_addr; in hpt370_bmdma_stop() local 482 u8 dma_stat = ioread8(bmdma + ATA_DMA_STATUS); in hpt370_bmdma_stop() 487 dma_stat = ioread8(bmdma + ATA_DMA_STATUS); in hpt370_bmdma_stop() 494 dma_cmd = ioread8(bmdma + ATA_DMA_CMD); in hpt370_bmdma_stop() 495 iowrite8(dma_cmd & ~ATA_DMA_START, bmdma + ATA_DMA_CMD); in hpt370_bmdma_stop() 497 dma_stat = ioread8(bmdma + ATA_DMA_STATUS); in hpt370_bmdma_stop() 499 bmdma + ATA_DMA_STATUS); in hpt370_bmdma_stop()
|
| H A D | pata_cs5530.c | 28 unsigned long bmdma = (unsigned long)ap->ioaddr.bmdma_addr; in cs5530_port_base() local 30 return (void __iomem *)((bmdma & ~0x0F) + 0x20 + 0x10 * ap->port_no); in cs5530_port_base()
|