Searched defs:tech (Results 1 – 5 of 5) sorted by relevance
82 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1) argument84 #define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1) argument86 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1) argument88 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1) argument157 u8 tech; member
109 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1) argument111 #define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1) argument113 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1) argument115 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1) argument
213 union power_supply_propval tech; in olpc_bat_get_charge_full_design() local277 union power_supply_propval tech; in olpc_bat_get_voltage_max_design() local
575 u8 target_proto, tech; in trf7970a_mode_detect() local1169 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech()1562 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech()
3172 int id, tech, f, i, m, default_refresh_rate; in aty_init_lcd() local