Lines Matching full:lsb

101 	 * 2.5mV/LSB  in mp2891_identify_vout_scale()
104 * 00b - 6.25mV/LSB, 01b - 5mV/LSB, 10b - 2mV/LSB, 11b - 1mV in mp2891_identify_vout_scale()
143 * 000b - 1A/LSB, 001b - (1/32)A/LSB, 010b - (1/16)A/LSB, in mp2891_identify_iout_scale()
144 * 011b - (1/8)A/LSB, 100b - (1/4)A/LSB, 101b - (1/2)A/LSB in mp2891_identify_iout_scale()
145 * 110b - 1A/LSB, 111b - 2A/LSB in mp2891_identify_iout_scale()
241 * is linear11 format, But the pout scale is set to 1A/Lsb(using in mp2891_read_word_data()
257 * format, But the pout scale is set to 1W/Lsb(using r/m/b scale). in mp2891_read_word_data()
271 * 1W/Lsb(using r/m/b scale). As a result, the pout read from MP2891 in mp2891_read_word_data()
300 * is 1°C/LSB and they have 40°C offset. in mp2891_read_word_data()
310 * The MP2891 PMBUS_VIN_OV_FAULT_LIMIT scale is 125mV/Lsb. in mp2891_read_word_data()
311 * but the vin scale is set to 31.25mV/Lsb(using r/m/b scale). in mp2891_read_word_data()
355 * The scale of PMBUS_IIN_OC_WARN_LIMIT is 0.5A/Lsb, but the iin 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()
367 * The scale of PMBUS_PIN_OP_WARN_LIMIT is 2W/Lsb, but the pin scale 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()
454 * should not be changed. The scale of PMBUS_VIN_OV_FAULT_LIMIT is 125mV/Lsb, in mp2891_write_word_data()
455 * but the vin scale is set to 31.25mV/Lsb(using r/m/b scale), so the word data in mp2891_write_word_data()
491 * The scale of PMBUS_IIN_OC_WARN_LIMIT is 0.5A/Lsb, but the iin scale 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()
499 * The scale of PMBUS_PIN_OP_WARN_LIMIT is 2W/Lsb, but the pin scale 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()
527 /* set vin scale 31.25mV/Lsb */
532 /* set temp scale 1000m°C/Lsb */