Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h660 #define DWC2_HCINT_NYET (1 << 6) macro
H A Ddwc2.c990 if (hcint & DWC2_HCINT_NYET) { in chunk_msg()