Searched refs:bd_phys (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721_dma.c | 79 dma_addr_t bd_phys; in tsi721_bdma_ch_init() local 94 &bd_phys, GFP_KERNEL); in tsi721_bdma_ch_init() 99 bdma_chan->bd_phys = bd_phys; in tsi721_bdma_ch_init() 103 bd_ptr, (unsigned long long)bd_phys); in tsi721_bdma_ch_init() 116 bd_ptr, bd_phys); in tsi721_bdma_ch_init() 131 bd_ptr[bd_num].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_ch_init() 133 bd_ptr[bd_num].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_ch_init() 136 iowrite32(((u64)bd_phys >> 32), in tsi721_bdma_ch_init() 138 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_ch_init() 190 bd_ptr, bd_phys); in tsi721_bdma_ch_init() [all …]
|
D | tsi721.c | 1054 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local 1073 &bd_phys, GFP_KERNEL); in tsi721_bdma_maint_init() 1078 priv->mdma.bd_phys = bd_phys; in tsi721_bdma_maint_init() 1082 bd_ptr, (unsigned long long)bd_phys); in tsi721_bdma_maint_init() 1095 bd_ptr, bd_phys); in tsi721_bdma_maint_init() 1110 bd_ptr[bd_num - 1].next_lo = cpu_to_le32((u64)bd_phys & in tsi721_bdma_maint_init() 1112 bd_ptr[bd_num - 1].next_hi = cpu_to_le32((u64)bd_phys >> 32); in tsi721_bdma_maint_init() 1115 iowrite32(((u64)bd_phys >> 32), regs + TSI721_DMAC_DPTRH); in tsi721_bdma_maint_init() 1116 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_maint_init() 1159 mdma->bd_base, mdma->bd_phys); in tsi721_bdma_maint_free()
|
D | tsi721.h | 666 dma_addr_t bd_phys; member 690 dma_addr_t bd_phys; member
|
/linux-4.4.14/drivers/dma/ |
D | imx-sdma.c | 314 dma_addr_t bd_phys; member 1038 sdmac->bd = dma_zalloc_coherent(NULL, PAGE_SIZE, &sdmac->bd_phys, in sdma_request_channel() 1045 sdma->channel_control[channel].base_bd_ptr = sdmac->bd_phys; in sdma_request_channel() 1046 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_request_channel() 1142 dma_free_coherent(NULL, PAGE_SIZE, sdmac->bd, sdmac->bd_phys); in sdma_free_chan_resources() 1241 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_slave_sg() 1321 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_dma_cyclic()
|