Home
last modified time | relevance | path

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

/openbmc/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()
126 iowrite32(((u64)bd_phys >> 32), in tsi721_bdma_ch_init()
128 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_ch_init()
182 bd_ptr, bd_phys); in tsi721_bdma_ch_init()
236 bdma_chan->bd_base, bdma_chan->bd_phys); in tsi721_bdma_ch_free()
[all …]
H A Dtsi721.c1421 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local
1439 &bd_phys, GFP_KERNEL); in tsi721_bdma_maint_init()
1444 priv->mdma.bd_phys = bd_phys; in tsi721_bdma_maint_init()
1448 bd_ptr, &bd_phys); in tsi721_bdma_maint_init()
1461 bd_ptr, bd_phys); in tsi721_bdma_maint_init()
1476 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_maint_init()
1478 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_maint_init()
1481 iowrite32(((u64)bd_phys >> 32), regs + TSI721_DMAC_DPTRH); in tsi721_bdma_maint_init()
1482 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_maint_init()
1525 mdma->bd_base, mdma->bd_phys); in tsi721_bdma_maint_free()
H A Dtsi721.h693 dma_addr_t bd_phys; member
717 dma_addr_t bd_phys; member
/openbmc/linux/drivers/dma/
H A Dimx-sdma.c387 dma_addr_t bd_phys; member
846 sdma->channel_control[channel].base_bd_ptr = desc->bd_phys; in sdma_start_desc()
847 sdma->channel_control[channel].current_bd_ptr = desc->bd_phys; in sdma_start_desc()
1389 &desc->bd_phys, GFP_NOWAIT); in sdma_alloc_bd()
1403 desc->bd_phys); in sdma_free_bd()