Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dmp2975.c85 #define MP2975_PAGE_NUM 2 macro
95 static const int mp2975_max_phases[][MP2975_PAGE_NUM] = {
110 int max_phases[MP2975_PAGE_NUM];
111 int vid_step[MP2975_PAGE_NUM];
112 int vref[MP2975_PAGE_NUM];
113 int vref_off[MP2975_PAGE_NUM];
114 int vout_max[MP2975_PAGE_NUM];
115 int vout_ov_fixed[MP2975_PAGE_NUM];
116 int curr_sense_gain[MP2975_PAGE_NUM];
212 if (!((phase + 1) % MP2975_PAGE_NUM)) in mp2975_read_phase()
[all …]