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.c268 static uint32_t usb_dwc2_read_int(void *handle) in usb_dwc2_read_int() function
805 if (usb_dwc2_read_int(handle) == 0U) { in usb_dwc2_it_handler()
809 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_MMIS) != 0U) { in usb_dwc2_it_handler()
814 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_OEPINT) != 0U) { in usb_dwc2_it_handler()
848 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_IEPINT) != 0U) { in usb_dwc2_it_handler()
895 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_WKUPINT) != 0U) { in usb_dwc2_it_handler()
906 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_USBSUSP) != 0U) { in usb_dwc2_it_handler()
918 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_LPMINT) != 0U) { in usb_dwc2_it_handler()
929 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_USBRST) != 0U) { in usb_dwc2_it_handler()
959 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_ENUMDNE) != 0U) { in usb_dwc2_it_handler()
[all …]