Lines Matching defs:portsc
430 static inline const char *cdnsp_portsc_link_state_string(u32 portsc)
432 switch (portsc & PORT_PLS_MASK) {
467 u32 portsc)
472 portsc & PORT_POWER ? "Powered" : "Powered-off",
473 portsc & PORT_CONNECT ? "Connected" : "Not-connected",
474 portsc & PORT_PED ? "Enabled" : "Disabled",
475 cdnsp_portsc_link_state_string(portsc),
476 DEV_PORT_SPEED(portsc));
478 if (portsc & PORT_RESET)
482 if (portsc & PORT_CSC)
484 if (portsc & PORT_WRC)
486 if (portsc & PORT_RC)
488 if (portsc & PORT_PLC)
490 if (portsc & PORT_CEC)
493 if (portsc & PORT_WKCONN_E)
495 if (portsc & PORT_WKDISC_E)