Home
last modified time | relevance | path

Searched refs:MP2975_PAGE_NUM (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2975.c84 #define MP2975_PAGE_NUM 2 macro
104 int max_phases[MP2975_PAGE_NUM];
105 int vid_step[MP2975_PAGE_NUM];
106 int vref[MP2975_PAGE_NUM];
107 int vref_off[MP2975_PAGE_NUM];
108 int vout_max[MP2975_PAGE_NUM];
109 int vout_ov_fixed[MP2975_PAGE_NUM];
110 int curr_sense_gain[MP2975_PAGE_NUM];
205 if (!((phase + 1) % MP2975_PAGE_NUM)) in mp2975_read_phase()
691 if (data->info.pages == MP2975_PAGE_NUM) { in mp2975_vref_get()
[all …]