Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
Dfsl_udc_core.c781 u32 swap_temp; in fsl_build_dtd() local
794 swap_temp = hc32_to_cpu(dtd->size_ioc_sts); in fsl_build_dtd()
795 swap_temp &= ~DTD_RESERVED_FIELDS; in fsl_build_dtd()
796 dtd->size_ioc_sts = cpu_to_hc32(swap_temp); in fsl_build_dtd()
799 swap_temp = (u32) (req->req.dma + req->req.actual); in fsl_build_dtd()
800 dtd->buff_ptr0 = cpu_to_hc32(swap_temp); in fsl_build_dtd()
801 dtd->buff_ptr1 = cpu_to_hc32(swap_temp + 0x1000); in fsl_build_dtd()
802 dtd->buff_ptr2 = cpu_to_hc32(swap_temp + 0x2000); in fsl_build_dtd()
803 dtd->buff_ptr3 = cpu_to_hc32(swap_temp + 0x3000); in fsl_build_dtd()
804 dtd->buff_ptr4 = cpu_to_hc32(swap_temp + 0x4000); in fsl_build_dtd()
[all …]