Searched refs:desc_phys (Results 1 - 4 of 4) sorted by relevance

/drivers/idle/
H A Di7300_idle.c145 struct ioat_dma_descriptor *desc, unsigned long desc_phys)
154 desc[0].src_addr = desc_phys + 2048;
155 desc[0].dst_addr = desc_phys + 1024;
144 i7300_idle_ioat_selftest(u8 *ctl, struct ioat_dma_descriptor *desc, unsigned long desc_phys) argument
/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c203 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool, function
618 desc_dma = desc_phys(pool, desc);
733 desc_dma = desc_phys(pool, desc);
751 chan_write(chan, hdp, desc_phys(pool, chan->head));
798 chan_write(chan, hdp, desc_phys(pool, chan->head));
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_opr.c50 ctx->desc_phys = s5p_mfc_mem_cookie(
52 BUG_ON(ctx->desc_phys & ((1 << MFC_BANK1_ALIGN_ORDER) - 1));
56 ctx->desc_phys = 0;
69 if (ctx->desc_phys) {
71 ctx->desc_phys = 0;
294 mfc_write(dev, OFFSETA(ctx->desc_phys), S5P_FIMV_SI_CH0_DESC_ADR);
H A Ds5p_mfc_common.h421 * @desc_phys: description buffer for decoding address
515 size_t desc_phys; member in struct:s5p_mfc_ctx

Completed in 220 milliseconds