Lines Matching full:phase

3  * Hardware monitoring driver for MPS Multi-phase Digital VR Controllers
90 mp2975_read_word_helper(struct i2c_client *client, int page, int phase, u8 reg, in mp2975_read_word_helper() argument
93 int ret = pmbus_read_word_data(client, page, phase, reg); in mp2975_read_word_helper()
122 int page, int phase, u8 reg) in mp2975_read_phase() argument
126 ret = pmbus_read_word_data(client, page, phase, reg); in mp2975_read_phase()
130 if (!((phase + 1) % MP2975_PAGE_NUM)) in mp2975_read_phase()
141 * - Rcs is the internal phase current sense resistor which is constant in mp2975_read_phase()
147 * Current phase sensing, providing by the device is not accurate in mp2975_read_phase()
150 * case phase current is represented as the maximum between the value in mp2975_read_phase()
153 ret = pmbus_read_word_data(client, page, phase, PMBUS_READ_IOUT); in mp2975_read_phase()
163 int page, int phase) in mp2975_read_phases() argument
168 switch (phase) { in mp2975_read_phases()
170 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
174 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
178 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
185 switch (phase) { in mp2975_read_phases()
187 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
191 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
195 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
199 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
203 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
207 ret = mp2975_read_phase(client, data, page, phase, in mp2975_read_phases()
218 int phase, int reg) in mp2975_read_word_data() argument
226 ret = mp2975_read_word_helper(client, page, phase, reg, in mp2975_read_word_data()
230 ret = mp2975_read_word_helper(client, page, phase, reg, in mp2975_read_word_data()
244 ret = mp2975_read_word_helper(client, page, phase, in mp2975_read_word_data()
254 ret = mp2975_read_word_helper(client, page, phase, in mp2975_read_word_data()
264 ret = mp2975_read_word_helper(client, page, phase, reg, in mp2975_read_word_data()
282 ret = mp2975_read_word_helper(client, page, phase, in mp2975_read_word_data()
291 ret = mp2975_read_word_helper(client, page, phase, in mp2975_read_word_data()
300 ret = mp2975_read_phases(client, data, page, phase); in mp2975_read_word_data()
335 * In case phase number is zero – only page zero is supported in mp2975_identify_multiphase_rail2()
387 * to different phase count applications for rail 1 and rail 2. in mp2975_identify_multiphase()
389 * phases at most. When rail 1’s phase count is configured as 0, rail in mp2975_identify_multiphase()
390 * 1 operates with 1-phase DCM. When rail 2 phase count is configured in mp2975_identify_multiphase()
596 * configuration from the Advanced Options of Auto Phase Shedding and in mp2975_vout_ov_scale_get()