Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dgadget.c2383 unsigned int is_ss = evtinfo & (1UL << 4); in dwc3_gadget_hibernation_interrupt() local
2398 if (is_ss ^ (dwc->speed == USB_SPEED_SUPER)) in dwc3_gadget_hibernation_interrupt()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dgadget.c4427 unsigned int is_ss = evtinfo & BIT(4); in dwc3_gadget_hibernation_interrupt() local
4442 if (is_ss ^ (dwc->speed == USB_SPEED_SUPER)) in dwc3_gadget_hibernation_interrupt()