Lines Matching refs:port1
84 if (sl811->port1 & USB_PORT_STAT_POWER)
87 sl811->port1 = USB_PORT_STAT_POWER;
90 sl811->port1 = 0;
404 if (sl811->port1 & USB_PORT_STAT_SUSPEND)
721 sl811->port1 &= ~USB_PORT_STAT_CONNECTION;
723 sl811->port1 |= USB_PORT_STAT_CONNECTION;
725 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16;
728 if (sl811->port1 & USB_PORT_STAT_SUSPEND) {
730 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16;
737 if (sl811->port1 & USB_PORT_STAT_ENABLE)
822 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)
1080 if (!(sl811->port1 & (0xffff << 16)))
1144 sl811->port1 = (USB_PORT_STAT_C_RESET << 16)
1153 sl811->port1 &= ~USB_PORT_STAT_SUSPEND;
1164 if (sl811->port1 & USB_PORT_STAT_CONNECTION)
1165 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16)
1167 sl811->port1 &= ~mask;
1170 sl811->port1 |= mask;
1172 sl811->port1 &= ~USB_PORT_STAT_LOW_SPEED;
1176 if (sl811->port1 & USB_PORT_STAT_CONNECTION) {
1183 if (sl811->port1 & USB_PORT_STAT_LOW_SPEED) {
1243 sl811->port1 &= USB_PORT_STAT_POWER;
1251 if (!(sl811->port1 & USB_PORT_STAT_SUSPEND))
1277 sl811->port1 &= ~(1 << wValue);
1288 put_unaligned_le32(sl811->port1, buf);
1293 sl811->port1);
1300 if (sl811->port1 & USB_PORT_STAT_RESET)
1302 if (!(sl811->port1 & USB_PORT_STAT_ENABLE))
1313 if (sl811->port1 & USB_PORT_STAT_SUSPEND)
1315 if (!(sl811->port1 & USB_PORT_STAT_POWER))
1324 sl811->port1 |= USB_PORT_STAT_RESET;
1331 sl811->port1 |= 1 << wValue;
1392 sl811->port1);
1768 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) {
1769 sl811->port1 = 0;