Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfotg210.h538 #define FOTG210_ISOC_BUF_ERR (1<<30) /* Data buffer error */ macro
Dfotg210-hcd.c4638 #define ISO_ERRS (FOTG210_ISOC_BUF_ERR | FOTG210_ISOC_BABBLE |\
4675 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete()