Home
last modified time | relevance | path

Searched refs:GUSBCFG_TOUTCAL_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h119 #define GUSBCFG_TOUTCAL_MASK (0x7 << 0) macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h92 #define GUSBCFG_TOUTCAL_MASK (0x7 << 0) macro
H A Dgadget.c3416 usbcfg &= ~GUSBCFG_TOUTCAL_MASK; in dwc2_hsotg_core_init_disconnected()