Lines Matching full:port1
85 if (sl811->port1 & USB_PORT_STAT_POWER) in port_power()
88 sl811->port1 = USB_PORT_STAT_POWER; in port_power()
91 sl811->port1 = 0; in port_power()
405 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in start_transfer()
724 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq()
726 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq()
728 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
731 if (sl811->port1 & USB_PORT_STAT_SUSPEND) { in sl811h_irq()
733 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16; in sl811h_irq()
740 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
825 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue()
1083 if (!(sl811->port1 & (0xffff << 16))) in sl811h_hub_status_data()
1147 sl811->port1 = (USB_PORT_STAT_C_RESET << 16) in sl811h_timer()
1156 sl811->port1 &= ~USB_PORT_STAT_SUSPEND; in sl811h_timer()
1167 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer()
1168 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
1170 sl811->port1 &= ~mask; in sl811h_timer()
1173 sl811->port1 |= mask; in sl811h_timer()
1175 sl811->port1 &= ~USB_PORT_STAT_LOW_SPEED; in sl811h_timer()
1179 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
1186 if (sl811->port1 & USB_PORT_STAT_LOW_SPEED) { in sl811h_timer()
1246 sl811->port1 &= USB_PORT_STAT_POWER; in sl811h_hub_control()
1254 if (!(sl811->port1 & USB_PORT_STAT_SUSPEND)) in sl811h_hub_control()
1280 sl811->port1 &= ~(1 << wValue); in sl811h_hub_control()
1291 put_unaligned_le32(sl811->port1, buf); in sl811h_hub_control()
1296 sl811->port1); in sl811h_hub_control()
1303 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1305 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)) in sl811h_hub_control()
1316 if (sl811->port1 & USB_PORT_STAT_SUSPEND) in sl811h_hub_control()
1318 if (!(sl811->port1 & USB_PORT_STAT_POWER)) in sl811h_hub_control()
1327 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
1334 sl811->port1 |= 1 << wValue; in sl811h_hub_control()
1395 sl811->port1); in sl811h_debug_show()
1767 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) { in sl811h_resume()
1768 sl811->port1 = 0; in sl811h_resume()