Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dgadget.h39 #define DWC3_DEPCFG_BURST_SIZE(n) (((n) & 0xf) << 22) macro
H A Dgadget.c591 params.param0 |= DWC3_DEPCFG_BURST_SIZE(burst - 1); in dwc3_gadget_set_ep_config()