Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/st/usb/
A Dstm32mp1_usb.c109 #define OTG_GINTSTS_LPMINT BIT(27) macro
917 if ((usb_dwc2_read_int(handle) & OTG_GINTSTS_LPMINT) != 0U) { in usb_dwc2_it_handler()
920 mmio_write_32(usb_base_addr + OTG_GINTSTS, OTG_GINTSTS_LPMINT); in usb_dwc2_it_handler()

Completed in 4 milliseconds