• Home
  • Raw
  • Download

Lines Matching refs:port1

83 		if (sl811->port1 & USB_PORT_STAT_POWER)  in port_power()
86 sl811->port1 = USB_PORT_STAT_POWER; in port_power()
89 sl811->port1 = 0; in port_power()
403 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in start_transfer()
720 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
722 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
724 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
727 if (sl811->port1 & USB_PORT_STAT_SUSPEND) { in sl811h_irq()
729 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16; in sl811h_irq()
736 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
821 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue()
1079 if (!(sl811->port1 & (0xffff << 16))) in sl811h_hub_status_data()
1143 sl811->port1 = (USB_PORT_STAT_C_RESET << 16) in sl811h_timer()
1152 sl811->port1 &= ~USB_PORT_STAT_SUSPEND; in sl811h_timer()
1163 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer()
1164 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
1166 sl811->port1 &= ~mask; in sl811h_timer()
1169 sl811->port1 |= mask; in sl811h_timer()
1171 sl811->port1 &= ~USB_PORT_STAT_LOW_SPEED; in sl811h_timer()
1175 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
1182 if (sl811->port1 & USB_PORT_STAT_LOW_SPEED) { in sl811h_timer()
1242 sl811->port1 &= USB_PORT_STAT_POWER; in sl811h_hub_control()
1250 if (!(sl811->port1 & USB_PORT_STAT_SUSPEND)) in sl811h_hub_control()
1276 sl811->port1 &= ~(1 << wValue); in sl811h_hub_control()
1287 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_show()
1788 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) { in sl811h_resume()
1789 sl811->port1 = 0; in sl811h_resume()