Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dehci.h561 #define SITD_STS_DBE (1 << 5) /* data buffer error (in HC) */ macro
Dehci-sched.c2201 #define SITD_ERRS (SITD_STS_ERR | SITD_STS_DBE | SITD_STS_BABBLE \
2230 if (t & SITD_STS_DBE) in sitd_complete()