Lines Matching +full:5 +full:vout
17 * is used to identify the vout scale. The READ_PIN_EST(0x94) is used
34 #define MP2891_UV_LIMIT_SCALE 5
70 mantissa = ((s16)((word & 0x7ff) << 5)) >> 5; in mp2891_reg2data_linear11()
99 * Obtain vout scale from the register MFR_VOUT_LOOP_CTRL, bits 15-14,bit 13. in mp2891_identify_vout_scale()
100 * If MFR_VOUT_LOOP_CTRL[13] = 1, the vout scale is below: in mp2891_identify_vout_scale()
102 * If MFR_VOUT_LOOP_CTRL[13] = 0, the vout scale is decided by in mp2891_identify_vout_scale()
104 * 00b - 6.25mV/LSB, 01b - 5mV/LSB, 10b - 2mV/LSB, 11b - 1mV in mp2891_identify_vout_scale()
164 case 5: in mp2891_identify_iout_scale()
179 /* Identify vout scale for rail 1. */ in mp2891_identify()
184 /* Identify vout scale for rail 2. */ in mp2891_identify()
207 * returned when the register is read. But the calculation of vout in in mp2891_read_byte_data()
209 * vout is enforced to direct. in mp2891_read_byte_data()