Searched refs:PORT_SSTS (Results 1 – 2 of 2) sorted by relevance
126 #define PORT_SSTS (0x3<<23) /* suspend status */ macro
237 (status & PORT_SSTS) >> 23 == PORTSC_SUSPEND_STS_ACK ? in dbg_port_buf()239 (status & PORT_SSTS) >> 23 == PORTSC_SUSPEND_STS_NYET ? in dbg_port_buf()241 (status & PORT_SSTS) >> 23 == PORTSC_SUSPEND_STS_STALL ? in dbg_port_buf()243 (status & PORT_SSTS) >> 23 == PORTSC_SUSPEND_STS_ERR ? in dbg_port_buf()
Completed in 5 milliseconds