Lines Matching defs:port
26 0x00, /* (per-port OC, no power switching) */
33 static void c67x00_hub_reset_host_port(struct c67x00_sie *sie, int port)
38 c67x00_ll_husb_reset(sie, port);
41 c67x00_ll_husb_reset_port(sie, port);
60 /* bit 0 denotes hub change, b1..n port change */
73 unsigned int port = wIndex-1;
91 if (status & PORT_CONNECT_CHANGE(port))
95 if (!(status & PORT_SE0_STATUS(port)))
97 if (usb_status & LOW_SPEED_PORT(port)) {
99 c67x00->low_speed_ports |= (1 << port);
101 c67x00->low_speed_ports &= ~(1 << port);
103 if (usb_status & SOF_EOP_EN(port))
131 "SetPortFeature %d (SUSPEND)\n", port);
136 c67x00_hub_reset_host_port(sie, port);
148 __func__, port, wValue);
159 /* Reset the port so that the c67x00 also notices the
161 c67x00_hub_reset_host_port(sie, port);
167 "ClearPortFeature (%d): C_ENABLE\n", port);
173 "ClearPortFeature (%d): SUSPEND\n", port);
179 "ClearPortFeature (%d): C_SUSPEND\n", port);
185 "ClearPortFeature (%d): POWER\n", port);
190 PORT_CONNECT_CHANGE(port));
196 "ClearPortFeature (%d): OVER_CURRENT\n", port);
202 "ClearPortFeature (%d): C_RESET\n", port);
209 __func__, port, wValue);