desc_phys         177 drivers/crypto/mxs-dcp.c 	dma_addr_t desc_phys = dma_map_single(sdcp->dev, desc, sizeof(*desc),
desc_phys         186 drivers/crypto/mxs-dcp.c 	writel(desc_phys, sdcp->base + MXS_DCP_CH_N_CMDPTR(chan));
desc_phys         206 drivers/crypto/mxs-dcp.c 	dma_unmap_single(sdcp->dev, desc_phys, sizeof(*desc), DMA_TO_DEVICE);
desc_phys         122 drivers/dma/dma-jz4780.c 	dma_addr_t desc_phys;
desc_phys         243 drivers/dma/dma-jz4780.c 				    &desc->desc_phys);
desc_phys         259 drivers/dma/dma-jz4780.c 	dma_pool_free(jzchan->desc_pool, desc->desc, desc->desc_phys);
desc_phys         483 drivers/dma/dma-jz4780.c 	dma_addr_t desc_phys;
desc_phys         543 drivers/dma/dma-jz4780.c 	desc_phys = jzchan->desc->desc_phys +
desc_phys         545 drivers/dma/dma-jz4780.c 	jz4780_dma_chn_writel(jzdma, jzchan->id, JZ_DMA_REG_DDA, desc_phys);
desc_phys          90 drivers/dma/ti/cppi41.c 	dma_addr_t desc_phys;
desc_phys         435 drivers/dma/ti/cppi41.c 	u32 desc_phys;
desc_phys         465 drivers/dma/ti/cppi41.c 	desc_phys = lower_32_bits(c->desc_phys);
desc_phys         466 drivers/dma/ti/cppi41.c 	desc_num = (desc_phys - cdd->descs_phys) / sizeof(struct cppi41_desc);
desc_phys         471 drivers/dma/ti/cppi41.c 	reg |= desc_phys;
desc_phys         647 drivers/dma/ti/cppi41.c 	u32 desc_phys;
desc_phys         679 drivers/dma/ti/cppi41.c 		desc_phys = cppi41_pop_desc(cdd, cdd->td_queue.complete);
desc_phys         680 drivers/dma/ti/cppi41.c 		if (!desc_phys && c->is_tx)
desc_phys         681 drivers/dma/ti/cppi41.c 			desc_phys = cppi41_pop_desc(cdd, c->q_comp_num);
desc_phys         683 drivers/dma/ti/cppi41.c 		if (desc_phys == c->desc_phys) {
desc_phys         686 drivers/dma/ti/cppi41.c 		} else if (desc_phys == td_desc_phys) {
desc_phys         695 drivers/dma/ti/cppi41.c 		} else if (desc_phys) {
desc_phys         717 drivers/dma/ti/cppi41.c 		desc_phys = cppi41_pop_desc(cdd, c->q_num);
desc_phys         718 drivers/dma/ti/cppi41.c 		if (!desc_phys)
desc_phys         719 drivers/dma/ti/cppi41.c 			desc_phys = cppi41_pop_desc(cdd, c->q_comp_num);
desc_phys         720 drivers/dma/ti/cppi41.c 		WARN_ON(!desc_phys);
desc_phys         741 drivers/dma/ti/cppi41.c 	u32 desc_phys;
desc_phys         744 drivers/dma/ti/cppi41.c 	desc_phys = lower_32_bits(c->desc_phys);
desc_phys         745 drivers/dma/ti/cppi41.c 	desc_num = (desc_phys - cdd->descs_phys) / sizeof(struct cppi41_desc);
desc_phys         805 drivers/dma/ti/cppi41.c 		cchan->desc_phys = cdd->descs_phys;
desc_phys         806 drivers/dma/ti/cppi41.c 		cchan->desc_phys += i * sizeof(struct cppi41_desc);
desc_phys         393 drivers/net/ethernet/ti/davinci_cpdma.c 		chan_write(chan, hdp, desc_phys(pool, chan->head));
desc_phys         989 drivers/net/ethernet/ti/davinci_cpdma.c 	desc_dma = desc_phys(pool, desc);
desc_phys        1237 drivers/net/ethernet/ti/davinci_cpdma.c 	desc_dma = desc_phys(pool, desc);
desc_phys        1260 drivers/net/ethernet/ti/davinci_cpdma.c 		chan_write(chan, hdp, desc_phys(pool, chan->head));