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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c688 union addr_64 addr_temp; local
708 addr_temp.full_addr = crystalhd_get_sgle_paddr(ioreq, sg_ix);
710 addr_temp.full_addr += sg_st_off;
714 desc[ix].buff_addr_low = addr_temp.low_part;
715 desc[ix].buff_addr_high = addr_temp.high_part;
719 addr_temp.full_addr = desc_phy_addr + sizeof(struct dma_descriptor);
720 desc[ix].next_desc_addr_low = addr_temp.low_part;
721 desc[ix].next_desc_addr_high = addr_temp.high_part;
745 addr_temp.full_addr = ioreq->fb_pa;
746 desc[ix].buff_addr_low = addr_temp
[all...]

Completed in 109 milliseconds