Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/usb/
H A Dgadget.h185 unsigned maxburst:5; member
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c1553 u8 maxburst = 0; in cdns3_ep_config() local
1596 maxburst = CDNS3_EP_ISO_SS_BURST - 1; in cdns3_ep_config()
1598 (maxburst + 1); in cdns3_ep_config()
1603 maxburst = CDNS3_EP_BUF_SIZE - 1; in cdns3_ep_config()
1628 EP_CFG_MAXBURST(maxburst); in cdns3_ep_config()
H A Dep0.c896 priv_ep->endpoint.maxburst = 1; in cdns3_init_ep0()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c398 u32 burst = dep->endpoint.maxburst - 1; in dwc3_gadget_set_ep_config()
1614 dep->endpoint.maxburst = 1; in dwc3_gadget_init_hw_endpoints()