Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c753 u32 tmp_32; in ep_dequeue() local
782 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0(0)); in ep_dequeue()
783 deq_ptr_64 = tmp_32; in ep_dequeue()
784 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS1(0)); in ep_dequeue()
785 deq_ptr_64 |= ((u64)tmp_32 << 32); in ep_dequeue()
970 u32 tmp_32; in handle_xsr_succ_status() local
1000 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
1001 deq_ptr_64 = tmp_32; in handle_xsr_succ_status()
1002 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
1003 deq_ptr_64 |= ((u64)tmp_32 << 32); in handle_xsr_succ_status()