Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c743 u32 tmp_32; in ep_dequeue() local
775 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0); in ep_dequeue()
776 deq_ptr_64 = tmp_32; in ep_dequeue()
777 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS1); in ep_dequeue()
778 deq_ptr_64 |= ((u64)tmp_32 << 32); in ep_dequeue()
963 u32 tmp_32; in handle_xsr_succ_status() local
993 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
994 deq_ptr_64 = tmp_32; in handle_xsr_succ_status()
995 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
996 deq_ptr_64 |= ((u64)tmp_32 << 32); in handle_xsr_succ_status()