Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dehci_def.h122 #define PORTSC_SUSPEND_STS_STALL 2 macro
/openbmc/linux/drivers/usb/host/
H A Dehci-dbg.c241 (status & PORT_SSTS) >> 23 == PORTSC_SUSPEND_STS_STALL ? in dbg_port_buf()