• Home
  • Raw
  • Download

Lines Matching refs:port1

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