Home
last modified time | relevance | path

Searched refs:STS_INT (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/usb/
H A Dehci_def.h90 #define STS_INT (1<<0) /* "normal" completion (short, ...) */ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h257 #define STS_INT (1<<0) /* "normal" completion (short, ...) */ macro
H A Dfotg210-hcd.c77 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
190 (status & STS_INT) ? " INT" : ""); in dbg_status_buf()
203 (enable & STS_INT) ? " INT" : ""); in dbg_intr_buf()
5146 if (likely((status & (STS_INT|STS_ERR)) != 0)) { in fotg210_irq()