Lines Matching full: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()
723 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
725 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
727 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
730 if (sl811->port1 & USB_PORT_STAT_SUSPEND) { in sl811h_irq()
732 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16; in sl811h_irq()
739 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
824 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue()
1082 if (!(sl811->port1 & (0xffff << 16))) in sl811h_hub_status_data()
1146 sl811->port1 = (USB_PORT_STAT_C_RESET << 16) in sl811h_timer()
1155 sl811->port1 &= ~USB_PORT_STAT_SUSPEND; in sl811h_timer()
1166 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer()
1167 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
1169 sl811->port1 &= ~mask; in sl811h_timer()
1172 sl811->port1 |= mask; in sl811h_timer()
1174 sl811->port1 &= ~USB_PORT_STAT_LOW_SPEED; in sl811h_timer()
1178 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
1185 if (sl811->port1 & USB_PORT_STAT_LOW_SPEED) { in sl811h_timer()
1245 sl811->port1 &= USB_PORT_STAT_POWER; in sl811h_hub_control()
1253 if (!(sl811->port1 & USB_PORT_STAT_SUSPEND)) in sl811h_hub_control()
1279 sl811->port1 &= ~(1 << wValue); in sl811h_hub_control()
1290 put_unaligned_le32(sl811->port1, buf); in sl811h_hub_control()
1295 sl811->port1); in sl811h_hub_control()
1302 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1304 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)) in sl811h_hub_control()
1315 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in sl811h_hub_control()
1317 if (!(sl811->port1 & USB_PORT_STAT_POWER)) in sl811h_hub_control()
1326 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
1333 sl811->port1 |= 1 << wValue; in sl811h_hub_control()
1394 sl811->port1); in sl811h_debug_show()
1766 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) { in sl811h_resume()
1767 sl811->port1 = 0; in sl811h_resume()