Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c68 dma_addr_t bd_phys; in tsi721_bdma_ch_init() local
83 &bd_phys, GFP_ATOMIC); in tsi721_bdma_ch_init()
88 bdma_chan->bd_phys = bd_phys; in tsi721_bdma_ch_init()
93 bdma_chan->id, bd_ptr, &bd_phys); in tsi721_bdma_ch_init()
106 bd_ptr, bd_phys); in tsi721_bdma_ch_init()
121 bd_ptr[bd_num].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_ch_init()
123 bd_ptr[bd_num].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_ch_init()
126 iowrite32(((u64)bd_phys >> 32), in tsi721_bdma_ch_init()
128 iowrite32(((u64)bd_phys in tsi721_bdma_ch_init()
[all...]
H A Dtsi721.c1446 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local
1464 &bd_phys, GFP_KERNEL); in tsi721_bdma_maint_init()
1469 priv->mdma.bd_phys = bd_phys; in tsi721_bdma_maint_init()
1473 bd_ptr, &bd_phys); in tsi721_bdma_maint_init()
1486 bd_ptr, bd_phys); in tsi721_bdma_maint_init()
1501 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_maint_init()
1503 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_maint_init()
1506 iowrite32(((u64)bd_phys >> 32), regs + TSI721_DMAC_DPTRH); in tsi721_bdma_maint_init()
1507 iowrite32(((u64)bd_phys in tsi721_bdma_maint_init()
[all...]
H A Dtsi721.h693 dma_addr_t bd_phys; member
717 dma_addr_t bd_phys; member
/linux/drivers/dma/
H A Dimx-sdma.c386 * @bd_phys: physical address of bd
398 dma_addr_t bd_phys; member
854 sdma->channel_control[channel].base_bd_ptr = desc->bd_phys; in sdma_start_desc()
855 sdma->channel_control[channel].current_bd_ptr = desc->bd_phys; in sdma_start_desc()
1419 desc->bd = gen_pool_dma_alloc(sdma->iram_pool, bd_size, &desc->bd_phys); in sdma_alloc_bd()
1421 desc->bd = dma_alloc_coherent(sdma->dev, bd_size, &desc->bd_phys, GFP_NOWAIT); in sdma_alloc_bd()
1439 dma_free_coherent(desc->sdmac->sdma->dev, bd_size, desc->bd, desc->bd_phys); in sdma_free_bd()