Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c751 u32 tmp_32; in ep_dequeue() local
780 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0(0)); in ep_dequeue()
781 deq_ptr_64 = tmp_32; in ep_dequeue()
782 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0(1)); in ep_dequeue()
783 deq_ptr_64 |= ((u64)tmp_32 << 32); in ep_dequeue()
968 u32 tmp_32; in handle_xsr_succ_status() local
998 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
999 deq_ptr_64 = tmp_32; in handle_xsr_succ_status()
1000 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
1001 deq_ptr_64 |= ((u64)tmp_32 << 32); in handle_xsr_succ_status()