Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rapidio/devices/
Dtsi721_dma.c79 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 …]
Dtsi721.c1054 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()
Dtsi721.h666 dma_addr_t bd_phys; member
690 dma_addr_t bd_phys; member
/linux-4.1.27/drivers/dma/
Dimx-sdma.c260 dma_addr_t bd_phys; member
934 sdmac->bd = dma_zalloc_coherent(NULL, PAGE_SIZE, &sdmac->bd_phys, in sdma_request_channel()
941 sdma->channel_control[channel].base_bd_ptr = sdmac->bd_phys; in sdma_request_channel()
942 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_request_channel()
1027 dma_free_coherent(NULL, PAGE_SIZE, sdmac->bd, sdmac->bd_phys); in sdma_free_chan_resources()
1126 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_slave_sg()
1206 sdma->channel_control[channel].current_bd_ptr = sdmac->bd_phys; in sdma_prep_dma_cyclic()