Home
last modified time | relevance | path

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

/drivers/usb/gadget/
A Ddwc2_udc_otg.c470 u32 max_hw_ep; in reconfig_usbd() local
555 max_hw_ep = FIELD_GET(GHWCFG4_NUM_IN_EPS_MASK, readl(&reg->global_regs.ghwcfg4)); in reconfig_usbd()
559 if (pdata_hw_ep && max_hw_ep != pdata_hw_ep) in reconfig_usbd()
561 max_hw_ep, pdata_hw_ep); in reconfig_usbd()
563 for (i = 0; i < max_hw_ep; i++) { in reconfig_usbd()

Completed in 4 milliseconds