Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/st/usb/
A Dstm32mp1_usb.c267 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() function
804 if (usb_dwc2_read_int(handle) == 0U) { in usb_dwc2_it_handler()
808 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_MMIS) != 0U) { in usb_dwc2_it_handler()
813 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_OEPINT) != 0U) { in usb_dwc2_it_handler()
847 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_IEPINT) != 0U) { in usb_dwc2_it_handler()
917 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_LPMINT) != 0U) { in usb_dwc2_it_handler()
928 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_USBRST) != 0U) { in usb_dwc2_it_handler()
977 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_RXFLVL) != 0U) { in usb_dwc2_it_handler()
1004 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_SOF) != 0U) { in usb_dwc2_it_handler()
1030 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_SRQINT) != 0U) { in usb_dwc2_it_handler()
[all …]

Completed in 4 milliseconds