Lines Matching refs:bd_phys
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()
244 bdma_chan->bd_base, bdma_chan->bd_phys); in tsi721_bdma_ch_free()