Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h546 #define FOTG210_ISOC_BUF_ERR (1<<30) /* Data buffer error */ macro
H A Dfotg210-hcd.c4411 #define ISO_ERRS (FOTG210_ISOC_BUF_ERR | FOTG210_ISOC_BABBLE |\
4448 if (t & FOTG210_ISOC_BUF_ERR) in itd_complete()