Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c349 if (glpmcfg & GLPMCFG_ENBESL) { in dwc2_wakeup_from_lpm_l1()
H A Dhw.h310 #define GLPMCFG_ENBESL BIT(28) macro
H A Dgadget.c5280 val |= hsotg->params.besl ? GLPMCFG_ENBESL : 0; in dwc2_gadget_init_lpm()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h334 #define GLPMCFG_ENBESL BIT(28) macro