Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/
Dusb_dwc2_hw.h626 #define USB_DWC2_GPWRDN_PWRDNRST_N BIT(USB_DWC2_GPWRDN_PWRDNRST_N_POS) macro
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1052 sys_clear_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PWRDNRST_N); in dwc2_exit_hibernation()
1071 sys_set_bits(gpwrdn_reg, USB_DWC2_GPWRDN_PWRDNRST_N); in dwc2_exit_hibernation()