Searched refs:_con_ (Results 1 – 1 of 1) sorted by relevance
320 #define UCSI_CONCAP_USB2_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB2) argument321 #define UCSI_CONCAP_USB3_SUPPORT(_con_) UCSI_CONCAP((_con_), OPMODE_USB3) argument322 #define UCSI_CONCAP_USB4_SUPPORT(_con_) \ argument323 ((_con_)->ucsi->version >= UCSI_VERSION_2_0 && \324 (UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN2_V2_0) | \325 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN3_V2_0) | \326 UCSI_CONCAP((_con_), EXT_OPMODE_USB4_GEN4_V2_0)))423 #define UCSI_CONCAP(_con_, _field_) \ argument424 ucsi_bitfield_read((_con_)->cap, UCSI_CONCAP_##_field_, (_con_)->ucsi->version)426 #define UCSI_CONSTAT(_con_, _field_) \ argument[all …]