Lines Matching +full:11 +full:be
19 * READ_IIN register(0x89), the iin telemetry can be obtained through
69 exponent = ((s16)word) >> 11; in mp2891_reg2data_linear11()
104 * 00b - 6.25mV/LSB, 01b - 5mV/LSB, 10b - 2mV/LSB, 11b - 1mV in mp2891_identify_vout_scale()
239 * the iin telemetry can be obtained through the vender redefined in mp2891_read_word_data()
242 * r/m/b scale). As a result, the iin read from MP2891 should be in mp2891_read_word_data()
258 * As a result, the pin read from MP2891 should be calculated to W, in mp2891_read_word_data()
272 * should be calculated to W, then return the result to pmbus core. in mp2891_read_word_data()
312 * As a result, the limit value should be multiplied by 4. in mp2891_read_word_data()
325 if (FIELD_GET(GENMASK(11, 8), ret)) in mp2891_read_word_data()
327 (FIELD_GET(GENMASK(11, 8), ret) + 1) * MP2891_OVUV_DELTA_SCALE; in mp2891_read_word_data()
338 if (FIELD_GET(GENMASK(11, 8), ret)) in mp2891_read_word_data()
340 (FIELD_GET(GENMASK(11, 8), ret) + 1) * MP2891_OVUV_DELTA_SCALE; in mp2891_read_word_data()
356 * is set to 1A/Lsb(using r/m/b scale), so the word data should be in mp2891_read_word_data()
368 * is set to 1W/Lsb(using r/m/b scale), so the word data should be in mp2891_read_word_data()
406 * should not be changed. in mp2891_write_word_data()
412 if (FIELD_GET(GENMASK(11, 8), ret)) in mp2891_write_word_data()
417 (FIELD_GET(GENMASK(11, 8), ret) + 1) * in mp2891_write_word_data()
430 * should not be changed. in mp2891_write_word_data()
436 if (FIELD_GET(GENMASK(11, 8), ret)) in mp2891_write_word_data()
441 (FIELD_GET(GENMASK(11, 8), ret) + 1) * in mp2891_write_word_data()
454 * should not be changed. The scale of PMBUS_VIN_OV_FAULT_LIMIT is 125mV/Lsb, in mp2891_write_word_data()
456 * should be divided by 4. in mp2891_write_word_data()
472 * should not be changed. in mp2891_write_word_data()
492 * is set to 1A/Lsb(using r/m/b scale), so the word data should be in mp2891_write_word_data()
500 * is set to 1W/Lsb(using r/m/b scale), so the word data should be in mp2891_write_word_data()