Home
last modified time | relevance | path

Searched refs:bd_phys (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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.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 in tsi721_bdma_maint_init()
[all...]
H A Dtsi721.h693 dma_addr_t bd_phys; member
717 dma_addr_t bd_phys; member
/kernel/linux/linux-6.6/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.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 in tsi721_bdma_maint_init()
[all...]
H A Dtsi721.h693 dma_addr_t bd_phys; member
717 dma_addr_t bd_phys; member
/kernel/linux/linux-5.10/drivers/dma/
H A Dimx-sdma.c308 * @bd_phys: physical address of bd
320 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/linux-6.6/drivers/dma/
H A Dimx-sdma.c375 * @bd_phys: physical address of bd
387 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()

Completed in 16 milliseconds