Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dfotg210.h544 #define FOTG210_ISOC_BUF_ERR (1<<30) /* Data buffer error */ macro
Dfotg210-hcd.c4446 #define ISO_ERRS (FOTG210_ISOC_BUF_ERR | FOTG210_ISOC_BABBLE |\
4483 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete()