Lines Matching refs:sg_dma
509 p->des6 = (host->sg_dma +
513 p->des7 = (u64)(host->sg_dma +
524 p->des6 = host->sg_dma & 0xffffffff;
525 p->des7 = (u64)host->sg_dma >> 32;
538 p->des3 = cpu_to_le32(host->sg_dma +
545 p->des3 = cpu_to_le32(host->sg_dma);
558 mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff);
559 mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32);
568 mci_writel(host, DBADDR, host->sg_dma);
1099 "sd sg_cpu: %#lx sg_dma: %#lx sg_len: %d\n",
1101 (unsigned long)host->sg_dma,
2926 &host->sg_dma, GFP_KERNEL);