Lines Matching +full:3 +full:gbps
25 0x00050034, /* USB 3.0 SS Gen1x1 id:4 symmetric rx 5Gbps */
26 0x000500b4, /* USB 3.0 SS Gen1x1 id:4 symmetric tx 5Gbps */
27 0x000a4035, /* USB 3.1 SSP Gen2x1 id:5 symmetric rx 10Gbps */
28 0x000a40b5, /* USB 3.1 SSP Gen2x1 id:5 symmetric tx 10Gbps */
29 0x00054036, /* USB 3.2 SSP Gen1x2 id:6 symmetric rx 5Gbps */
30 0x000540b6, /* USB 3.2 SSP Gen1x2 id:6 symmetric tx 5Gbps */
31 0x000a4037, /* USB 3.2 SSP Gen2x2 id:7 symmetric rx 10Gbps */
32 0x000a40b7, /* USB 3.2 SSP Gen2x2 id:7 symmetric tx 10Gbps */
86 ssac = 3; in xhci_create_usb3x_bos_desc()
169 /* Shift to Gbps and set SSP Link Protocol if 10Gpbs */ in xhci_create_usb3x_bos_desc()
186 * is 20Gbps, but the BOS descriptor lane speed mantissa is in xhci_create_usb3x_bos_desc()
187 * 10Gbps. Check and modify the mantissa value to match the in xhci_create_usb3x_bos_desc()
193 * values. But the lane speed for gen1x2 is 5Gbps while in xhci_create_usb3x_bos_desc()
194 * gen2x1 is 10Gbps. If the previous PSI dword SSID is in xhci_create_usb3x_bos_desc()
199 if (ssid == 6 && psie == 3 && psim == 10 && i) { in xhci_create_usb3x_bos_desc()
204 XHCI_EXT_PORT_PSIE(prev) == 3 && in xhci_create_usb3x_bos_desc()
211 if (psie == 3 && psim > 10) { in xhci_create_usb3x_bos_desc()
270 /* Bits 4:3 - individual port over current protection */ in xhci_common_hub_descriptor()
393 * registers: 0, 3, 10:13, 30
398 #define XHCI_PORT_RO ((1<<0) | (1<<3) | (0xf<<10) | (1<<30))
1025 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1291 link_state = (wIndex & 0xff00) >> 3; in xhci_hub_control()
1325 * enabled (PED = ‘1’,PLS < ‘3’) state. in xhci_hub_control()
1418 /* Can't set port link state above '3' (U3) */ in xhci_hub_control()