Lines Matching +full:3 +full:b

24  * <15>     :: VDM type ( 1b == structured, 0b == unstructured )
49 #define CMDT_RSP_BUSY 3
57 #define CMD_DISCOVER_MODES 3
95 * [3] :: (Product | Cable) VDO
104 #define VDO_INDEX_CABLE 3
105 #define VDO_INDEX_PRODUCT 3
116 * <26> :: modal operation supported (1b == yes)
130 #define IDH_PTYPE_PSD 3
135 #define IDH_PTYPE_PCABLE 3
143 #define IDH_PTYPE_DFP_PB 3
184 * <23:22> :: Connector type (10b == receptacle, 11b == captive plug)
187 * <7> :: Vconn required (AMA only, 0b == no, 1b == yes)
188 * <6> :: Vbus required (AMA only, 0b == yes, 1b == no)
189 * <5:3> :: Alternate modes
201 #define DEV_USB4_CAPABLE BIT(3)
205 #define UFP_CAPTIVE 3
211 #define AMA_VCONN_PWR_3W 3
234 #define UFP_USB4_GEN3 3
238 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
247 * <23:22> :: Connector type (10b == receptacle, 11b == captive plug)
258 #define DFP_CAPTIVE 3
270 * <19:18> :: type-C to Type-A/B/C/Captive (00b == A, 01 == B, 10 == C, 11 == Captive)
273 * <12:11> :: cable termination type (11b == both ends active VCONN req)
274 * <10> :: SSTX1 Directionality support (0b == fixed, 1b == cfgable)
278 * <6:5> :: Vbus current handling capability (01b == 3A, 10b == 5A)
279 * <4> :: Vbus through cable (0b == no, 1b == yes)
280 * <3> :: SOP" controller present? (0b == no, 1b == yes)
289 * <19:18> :: Type-C to Type-C/Captive (10b == C, 11b == Captive)
292 * <12:11> :: cable termination type (10b == Vconn not req, 01b == Vconn req)
293 * <10:9> :: Maximum Vbus voltage (00b == 20V, 01b == 30V, 10b == 40V, 11b == 50V)
295 * <6:5> :: Vbus current handling capability (01b == 3A, 10b == 5A)
296 * <4:3> :: Reserved, Shall be set to zero
305 * <19:18> :: Connector type (10b == C, 11b == Captive)
308 * <12:11> :: cable termination type (10b == one end active, 11b == both ends active VCONN req)
309 * <10:9> :: Maximum Vbus voltage (00b == 20V, 01b == 30V, 10b == 40V, 11b == 50V)
310 * <8> :: SBU supported (0b == supported, 1b == not supported)
311 * <7> :: SBU type (0b == passive, 1b == active)
312 * <6:5> :: Vbus current handling capability (01b == 3A, 10b == 5A)
313 * <4> :: Vbus through cable (0b == no, 1b == yes)
314 * <3> :: SOP" controller present? (0b == no, 1b == yes)
319 #define CABLE_VDO_VER1_3 3
325 #define CABLE_CAPTIVE 3
330 #define CABLE_LATENCY_3M 3
341 #define ACABLE_BOTH_END 3
347 #define CABLE_MAX_VBUS_50V 3
369 #define CABLE_USB4_GEN3 3
375 | (vps) << 4 | (sopp) << 3 | ((usbss) & 0x7))
384 | (vbt) << 4 | (sopp) << 3 | ((spd) & 0x7))
396 * <11> :: U3 to U0 transition mode (0b == direct, 1b == through U3S)
397 * <10> :: Physical connection (0b == copper, 1b == optical)
398 * <9> :: Active element (0b == redriver, 1b == retimer)
399 * <8> :: USB4 supported (0b == yes, 1b == no)
401 * <5> :: USB2 supported (0b == yes, 1b == no)
402 * <4> :: USB3.2 supported (0b == yes, 1b == no)
403 * <3> :: USB lanes supported (0b == one lane, 1b == two lanes)
404 * <2> :: Optically isolated active cable (0b == no, 1b == yes)
406 * <0> :: USB gen (0b == gen1, 1b == gen2+)
412 #define ACAB2_U3_CLD_1MW 3
440 | ((hops) & 0x3) << 6 | (u2) << 5 | (u32) << 4 | (lane) << 3 \
449 * <11> :: SSTX1 Directionality support (0b == fixed, 1b == cfgable)
455 * <3> :: Vbus power required
461 | ((vcpwr) & 0x7) << 5 | (vcr) << 4 | (vbr) << 3 \
465 #define PD_VDO_AMA_VBUS_REQ(vdo) (((vdo) >> 3) & 1)
470 #define AMA_USBSS_BBONLY 3
479 * <16:15> :: Maximum Vbus voltage (00b == 20V, 01b == 30V, 10b == 40V, 11b == 50V)
480 * <14> :: Charge through current support (0b == 3A, 1b == 5A)
484 * <0> :: Charge through support (0b == no, 1b == yes)
490 #define VPD_MAX_VBUS_50V 3