Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h637 #define USB_DWC2_GPWRDN_PMUINTSEL BIT(USB_DWC2_GPWRDN_PMUINTSEL_POS) macro
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1127 sys_set_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PMUINTSEL); in dwc2_enter_hibernation()
1190 sys_clear_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PMUINTSEL); in dwc2_exit_hibernation()