Lines Matching refs:desc_addr
161 dma_addr_t data_addr, desc_addr; in pt3_alloc_dmabuf() local
184 &desc_addr, GFP_KERNEL); in pt3_alloc_dmabuf()
189 adap->desc_buf[i].b_addr = desc_addr; in pt3_alloc_dmabuf()
193 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
194 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
203 desc_addr += sizeof(struct xfer_desc); in pt3_alloc_dmabuf()
204 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
205 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()
212 desc_addr = adap->desc_buf[0].b_addr; in pt3_alloc_dmabuf()
213 d->next_l = lower_32_bits(desc_addr); in pt3_alloc_dmabuf()
214 d->next_h = upper_32_bits(desc_addr); in pt3_alloc_dmabuf()