USB_SS_PORT_STAT_POWER
if (portstatus & USB_SS_PORT_STAT_POWER)
dum_hcd->port_status &= ~USB_SS_PORT_STAT_POWER;
dum_hcd->port_status |= USB_SS_PORT_STAT_POWER;
(USB_SS_PORT_STAT_POWER |
if ((dum_hcd->port_status & USB_SS_PORT_STAT_POWER) == 0) {
USB_SS_PORT_STAT_POWER : USB_PORT_STAT_POWER);
*status |= USB_SS_PORT_STAT_POWER;
u32 stat_power = main ? USB_PORT_STAT_POWER : USB_SS_PORT_STAT_POWER;
if (status & USB_SS_PORT_STAT_POWER)
vhci_hcd->port_status[rhport] &= ~USB_SS_PORT_STAT_POWER;
vhci_hcd->port_status[rhport] |= USB_SS_PORT_STAT_POWER;
(USB_SS_PORT_STAT_POWER |
USB_SS_PORT_STAT_POWER) != 0) {