Searched refs:_con_ (Results 1 – 1 of 1) sorted by relevance
330 #define UCSI_CONCAP_USB2_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB2) argument331 #define UCSI_CONCAP_USB3_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB3) argument332 #define UCSI_CONCAP_USB4_SUPPORT(_con_) \ argument333 ((_con_)->ucsi->version >= UCSI_VERSION_2_0 && \334 (UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN2_V2_0) | \335 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN3_V2_0) | \336 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN4_V2_0)))448 #define UCSI_CONCAP(_con_, _field_) \ argument449 ucsi_bitfield_read((_con_)->cap, UCSI_CONCAP_##_field_, (_con_)->ucsi->version)451 #define UCSI_CONSTAT(_con_, _field_) \ argument[all …]