Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c745 u32 tmp_32; in ep_dequeue() local
774 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0); in ep_dequeue()
775 deq_ptr_64 = tmp_32; in ep_dequeue()
776 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS1); in ep_dequeue()
777 deq_ptr_64 |= ((u64)tmp_32 << 32); in ep_dequeue()
962 u32 tmp_32; in handle_xsr_succ_status() local
992 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
993 deq_ptr_64 = tmp_32; in handle_xsr_succ_status()
994 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
995 deq_ptr_64 |= ((u64)tmp_32 << 32); in handle_xsr_succ_status()