Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rapidio/devices/
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 & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_ch_init()
182 bd_ptr, bd_phys); in tsi721_bdma_ch_init()
[all …]
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()
Dtsi721.h693 dma_addr_t bd_phys; member
717 dma_addr_t bd_phys; member
/kernel/linux/linux-5.10/drivers/dma/
Dimx-sdma.c320 dma_addr_t bd_phys; member
766 sdma->channel_control[channel].base_bd_ptr = desc->bd_phys; in sdma_start_desc()
767 sdma->channel_control[channel].current_bd_ptr = desc->bd_phys; in sdma_start_desc()
1227 &desc->bd_phys, GFP_NOWAIT); in sdma_alloc_bd()
1241 desc->bd_phys); in sdma_free_bd()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0017_linux_drivers_dma_dmabuf.patch2469 - &desc->bd_phys, GFP_NOWAIT);
2472 + &desc->bd_phys);
2475 + &desc->bd_phys, GFP_NOWAIT);
2486 - desc->bd_phys);
2492 + desc->bd_phys);