Searched defs:tech (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h68 /* Bytes 131..138 are Transceiver types, bit maps for various tech, none IB */
82 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1)
84 #define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1)
86 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1)
88 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1)
157 u8 tech; member in struct:qib_qsfp_cache
[all...]
/drivers/power/
H A Dolpc_battery.c208 union power_supply_propval tech; local
211 ret = olpc_bat_get_tech(&tech);
222 switch (tech.intval) {
272 union power_supply_propval tech; local
276 ret = olpc_bat_get_tech(&tech);
287 switch (tech.intval) {
/drivers/nfc/
H A Dtrf7970a.c576 u8 target_proto, tech; local
584 tech = NFC_DIGITAL_RF_TECH_106A;
587 tech = NFC_DIGITAL_RF_TECH_106B;
590 tech = NFC_DIGITAL_RF_TECH_212F;
593 tech = NFC_DIGITAL_RF_TECH_424F;
601 *rf_tech = tech;
1162 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) argument
1166 dev_dbg(trf->dev, "rf technology: %d\n", tech);
1168 switch (tech) {
1195 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech);
1545 trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) argument
[all...]
/drivers/video/fbdev/aty/
H A Datyfb_base.c3191 int id, tech, f, i, m, default_refresh_rate; local
3221 tech = (panel_type >> 2) & 63;
3222 switch (tech) {
3242 if (tech == 0 || tech == 2) {

Completed in 140 milliseconds