Searched refs:tech (Results 1 – 6 of 6) sorted by relevance
| /drivers/infiniband/hw/hfi1/ |
| A D | qsfp.h | 67 #define QSFP_IS_ACTIVE(tech) ((0xA2FF >> ((tech) >> 4)) & 1) argument 69 #define QSFP_IS_ACTIVE_FAR(tech) ((0x32FF >> ((tech) >> 4)) & 1) argument 71 #define QSFP_HAS_ATTEN(tech) ((0x4D00 >> ((tech) >> 4)) & 1) argument 73 #define QSFP_IS_CU(tech) ((0xED00 >> ((tech) >> 4)) & 1) argument
|
| /drivers/power/supply/ |
| A D | olpc_battery.c | 213 union power_supply_propval tech; in olpc_bat_get_charge_full_design() local 216 ret = olpc_bat_get_tech(&tech); in olpc_bat_get_charge_full_design() 227 switch (tech.intval) { in olpc_bat_get_charge_full_design() 277 union power_supply_propval tech; in olpc_bat_get_voltage_max_design() local 281 ret = olpc_bat_get_tech(&tech); in olpc_bat_get_voltage_max_design() 292 switch (tech.intval) { in olpc_bat_get_voltage_max_design()
|
| /drivers/nfc/ |
| A D | trf7970a.c | 619 u8 target_proto, tech; in trf7970a_mode_detect() local 627 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect() 630 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect() 633 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect() 636 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect() 644 *rf_tech = tech; in trf7970a_mode_detect() 1221 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech() 1223 switch (tech) { in trf7970a_in_config_rf_tech() 1264 trf->technology = tech; in trf7970a_in_config_rf_tech() 1617 switch (tech) { in trf7970a_tg_config_rf_tech() [all …]
|
| /drivers/clk/ |
| A D | clk-axi-clkgen.c | 509 unsigned int tech, family, speed_grade, reg_value; in axi_clkgen_setup_limits() local 512 tech = ADI_AXI_INFO_FPGA_TECH(reg_value); in axi_clkgen_setup_limits() 546 if (tech == ADI_AXI_FPGA_TECH_ULTRASCALE_PLUS) { in axi_clkgen_setup_limits()
|
| /drivers/video/fbdev/aty/ |
| A D | atyfb_base.c | 3176 int id, tech, f, i, m, default_refresh_rate; in aty_init_lcd() local 3205 tech = (panel_type >> 2) & 63; in aty_init_lcd() 3206 switch (tech) { in aty_init_lcd() 3226 if (tech == 0 || tech == 2) { in aty_init_lcd()
|
| /drivers/hid/ |
| A D | Kconfig | 324 - Media-tech MT1504 "Rogue"
|
Completed in 25 milliseconds