Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c461 u32 max_hw_ep; in reconfig_usbd() local
546 max_hw_ep = (readl(&reg->ghwcfg4) & GHWCFG4_NUM_IN_EPS_MASK) >> in reconfig_usbd()
551 if (pdata_hw_ep && max_hw_ep != pdata_hw_ep) in reconfig_usbd()
553 max_hw_ep, pdata_hw_ep); in reconfig_usbd()
555 for (i = 0; i < max_hw_ep; i++) { in reconfig_usbd()