Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/st/usb/
A Dstm32mp1_usb.c793 uint32_t ep_intr; in usb_dwc2_it_handler() local
817 ep_intr = usb_dwc2_all_out_ep_int(handle); in usb_dwc2_it_handler()
819 while ((ep_intr & BIT(0)) != BIT(0)) { in usb_dwc2_it_handler()
821 ep_intr >>= 1; in usb_dwc2_it_handler()
851 ep_intr = usb_dwc2_all_in_ep_int(handle); in usb_dwc2_it_handler()
853 while ((ep_intr & BIT(0)) != BIT(0)) { in usb_dwc2_it_handler()
855 ep_intr >>= 1; in usb_dwc2_it_handler()

Completed in 4 milliseconds