Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c744 u32 tmp_32; in ep_dequeue() local
776 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS0); in ep_dequeue()
777 deq_ptr_64 = tmp_32; in ep_dequeue()
778 tmp_32 = bdc_readl(bdc->regs, BDC_EPSTS1); in ep_dequeue()
779 deq_ptr_64 |= ((u64)tmp_32 << 32); in ep_dequeue()
964 u32 tmp_32; in handle_xsr_succ_status() local
994 tmp_32 = le32_to_cpu(sreport->offset[0]); in handle_xsr_succ_status()
995 deq_ptr_64 = tmp_32; in handle_xsr_succ_status()
996 tmp_32 = le32_to_cpu(sreport->offset[1]); in handle_xsr_succ_status()
997 deq_ptr_64 |= ((u64)tmp_32 << 32); in handle_xsr_succ_status()