Lines Matching refs:sg_dma
514 p->des6 = (host->sg_dma +
518 p->des7 = (u64)(host->sg_dma +
529 p->des6 = host->sg_dma & 0xffffffff;
530 p->des7 = (u64)host->sg_dma >> 32;
543 p->des3 = cpu_to_le32(host->sg_dma +
550 p->des3 = cpu_to_le32(host->sg_dma);
563 mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff);
564 mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32);
573 mci_writel(host, DBADDR, host->sg_dma);
1104 "sd sg_cpu: %#lx sg_dma: %#lx sg_len: %d\n",
1106 (unsigned long)host->sg_dma,
3052 &host->sg_dma, GFP_KERNEL);