Home | History | Annotate | Download | only in i2c

Lines Matching defs:nom

192  *	nom-voltage-index
1052 int64_t nom;
1054 nom = nominal_voltages[nom_idx];
1055 if (nom < 0)
1056 nom = sc->sc_supply_voltage;
1109 val = nom = 0;
1122 ret = (ret * nom) / 0x300;
1993 int nom;
1995 nom = nominal_voltages[sc->sc_dc.dc_chip->table[idx].nom_volt_index];
1996 if (nom < 0)
1997 nom = dbcool_supply_voltage(sc);
1998 nom *= 1000000; /* scale for microvolts */
2002 limit *= nom;
2009 limit *= nom;
2127 int nom;
2129 nom = nominal_voltages[sc->sc_dc.dc_chip->table[idx].nom_volt_index];
2130 if (nom < 0)
2131 nom = dbcool_supply_voltage(sc);
2132 nom *= 1000000; /* scale for microvolts */
2137 limit /= nom;
2149 limit /= nom;