Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c345 pcgctl &= ~PCGCTL_ENBL_SLEEP_GATING; in dwc2_wakeup_from_lpm_l1()
623 pcgcctl |= PCGCTL_ENBL_SLEEP_GATING; in dwc2_handle_lpm_intr()
H A Dhw.h644 #define PCGCTL_ENBL_SLEEP_GATING BIT(5) macro
H A Dhcd.c3681 pcgctl &= ~(PCGCTL_ENBL_SLEEP_GATING | PCGCTL_STOPPCLK); in dwc2_hcd_hub_control()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h668 #define PCGCTL_ENBL_SLEEP_GATING BIT(5) macro