Searched defs:bmdma2 (Results 1 - 1 of 1) sorted by relevance

/drivers/ata/
H A Dsata_sil.c240 unsigned long bmdma2; /* DMA register block #2 */ member in struct:__anon80
248 /* tf ctl bmdma bmdma2 fifo scr sien mode sfis */
271 void __iomem *bmdma2 = mmio_base + sil_port[ap->port_no].bmdma2; local
274 iowrite8(0, bmdma2);
297 void __iomem *bmdma2 = mmio_base + sil_port[ap->port_no].bmdma2; local
302 using the bmdma2 register. */
305 iowrite8(dmactl, bmdma2);
434 static void sil_host_intr(struct ata_port *ap, u32 bmdma2) argument
532 u32 bmdma2 = readl(mmio_base + sil_port[ap->port_no].bmdma2); local
[all...]

Completed in 34 milliseconds