Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c772 u32 swap_temp; in fsl_build_dtd() local
785 swap_temp = hc32_to_cpu(dtd->size_ioc_sts); in fsl_build_dtd()
786 swap_temp &= ~DTD_RESERVED_FIELDS; in fsl_build_dtd()
787 dtd->size_ioc_sts = cpu_to_hc32(swap_temp); in fsl_build_dtd()
791 dtd->buff_ptr0 = cpu_to_hc32(swap_temp); in fsl_build_dtd()
792 dtd->buff_ptr1 = cpu_to_hc32(swap_temp + 0x1000); in fsl_build_dtd()
793 dtd->buff_ptr2 = cpu_to_hc32(swap_temp + 0x2000); in fsl_build_dtd()
794 dtd->buff_ptr3 = cpu_to_hc32(swap_temp + 0x3000); in fsl_build_dtd()
795 dtd->buff_ptr4 = cpu_to_hc32(swap_temp + 0x4000); in fsl_build_dtd()
817 swap_temp |= DTD_IOC; in fsl_build_dtd()
[all …]