Lines Matching refs:sg_dma
601 p->des6 = (host->sg_dma + in dw_mci_idmac_init()
605 p->des7 = (u64)(host->sg_dma + in dw_mci_idmac_init()
615 p->des6 = host->sg_dma & 0xffffffff; in dw_mci_idmac_init()
616 p->des7 = (u64)host->sg_dma >> 32; in dw_mci_idmac_init()
626 p->des3 = cpu_to_le32(host->sg_dma + in dw_mci_idmac_init()
632 p->des3 = cpu_to_le32(host->sg_dma); in dw_mci_idmac_init()
645 mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff); in dw_mci_idmac_init()
646 mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32); in dw_mci_idmac_init()
655 mci_writel(host, DBADDR, host->sg_dma); in dw_mci_idmac_init()
848 (unsigned long)host->sg_cpu, (unsigned long)host->sg_dma, in dw_mci_submit_data_dma()
2502 &host->sg_dma, GFP_KERNEL); in dw_mci_init_dma()