Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h851 #define DEV_DMA_SHORT BIT(26) macro
H A Dgadget.c841 (*desc)->status |= (len % mps) ? DEV_DMA_SHORT : in dwc2_gadget_fill_nonisoc_xfer_ddma_one()
843 DEV_DMA_SHORT : 0); in dwc2_gadget_fill_nonisoc_xfer_ddma_one()
952 DEV_DMA_SHORT : 0) | in dwc2_gadget_fill_isoc_desc()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h875 #define DEV_DMA_SHORT BIT(26) macro