Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_hw.c693 union addr_64 addr_temp; in crystalhd_hw_fill_desc() local
713 addr_temp.full_addr = crystalhd_get_sgle_paddr(ioreq, sg_ix); in crystalhd_hw_fill_desc()
715 addr_temp.full_addr += sg_st_off; in crystalhd_hw_fill_desc()
719 desc[ix].buff_addr_low = addr_temp.low_part; in crystalhd_hw_fill_desc()
720 desc[ix].buff_addr_high = addr_temp.high_part; in crystalhd_hw_fill_desc()
724 addr_temp.full_addr = desc_phy_addr + sizeof(struct dma_descriptor); in crystalhd_hw_fill_desc()
725 desc[ix].next_desc_addr_low = addr_temp.low_part; in crystalhd_hw_fill_desc()
726 desc[ix].next_desc_addr_high = addr_temp.high_part; in crystalhd_hw_fill_desc()
750 addr_temp.full_addr = ioreq->fb_pa; in crystalhd_hw_fill_desc()
751 desc[ix].buff_addr_low = addr_temp.low_part; in crystalhd_hw_fill_desc()
[all …]