Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/idle/
Di7300_idle.c145 struct ioat_dma_descriptor *desc, unsigned long desc_phys) in i7300_idle_ioat_selftest() argument
154 desc[0].src_addr = desc_phys + 2048; in i7300_idle_ioat_selftest()
155 desc[0].dst_addr = desc_phys + 1024; in i7300_idle_ioat_selftest()
/linux-3.4.99/drivers/net/ethernet/ti/
Ddavinci_cpdma.c203 static inline dma_addr_t desc_phys(struct cpdma_desc_pool *pool, in desc_phys() function
618 desc_dma = desc_phys(pool, desc); in __cpdma_chan_submit()
733 desc_dma = desc_phys(pool, desc); in __cpdma_chan_process()
751 chan_write(chan, hdp, desc_phys(pool, chan->head)); in __cpdma_chan_process()
798 chan_write(chan, hdp, desc_phys(pool, chan->head)); in cpdma_chan_start()
/linux-3.4.99/drivers/media/video/s5p-mfc/
Ds5p_mfc_opr.c50 ctx->desc_phys = s5p_mfc_mem_cookie( in s5p_mfc_alloc_dec_temp_buffers()
52 BUG_ON(ctx->desc_phys & ((1 << MFC_BANK1_ALIGN_ORDER) - 1)); in s5p_mfc_alloc_dec_temp_buffers()
56 ctx->desc_phys = 0; in s5p_mfc_alloc_dec_temp_buffers()
69 if (ctx->desc_phys) { in s5p_mfc_release_dec_desc_buffer()
71 ctx->desc_phys = 0; in s5p_mfc_release_dec_desc_buffer()
294 mfc_write(dev, OFFSETA(ctx->desc_phys), S5P_FIMV_SI_CH0_DESC_ADR); in s5p_mfc_set_dec_desc_buffer()
Ds5p_mfc_common.h515 size_t desc_phys; member