Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/usb/
H A Dstm32mp1_usb.c272 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() function
813 if (usb_dwc2_read_int(handle) == 0U) { in usb_dwc2_it_handler()
817 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_MMIS) != 0U) { in usb_dwc2_it_handler()
822 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_OEPINT) != 0U) { in usb_dwc2_it_handler()
856 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_IEPINT) != 0U) { in usb_dwc2_it_handler()
903 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_WKUPINT) != 0U) { in usb_dwc2_it_handler()
914 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_USBSUSP) != 0U) { in usb_dwc2_it_handler()
926 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_LPMINT) != 0U) { in usb_dwc2_it_handler()
937 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_USBRST) != 0U) { in usb_dwc2_it_handler()
967 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_ENUMDNE) != 0U) { in usb_dwc2_it_handler()
[all …]