Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h635 #define USB_DWC2_GPWRDN_PMUACTV BIT(USB_DWC2_GPWRDN_PMUACTV_POS) macro
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1119 sys_set_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PMUACTV); in dwc2_enter_hibernation()
1209 sys_clear_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PMUACTV); in dwc2_exit_hibernation()