Home
last modified time | relevance | path

Searched defs:TUSB_DMA_REQ_CONF_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dtusb6010.h192 #define TUSB_DMA_REQ_CONF_BURST_SIZE(v) (((v) & 3) << 26) macro
/openbmc/qemu/hw/usb/
H A Dtusb6010.c237 #define TUSB_DMA_REQ_CONF_BURST_SIZE(v) (((v) & 3) << 26) macro